summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge and improve code that detects same value in comparisons.Richard Trieu2019-09-211-0/+5
* [clang-scan-deps] strip the --serialize-diagnostics argumentAlex Lorenz2019-09-211-0/+4
* Ensure AtomicExpr goes through SEMA checking after TreeTransformErich Keane2019-09-201-0/+3
* [libTooling] Add `ifBound`, `elseBranch` RangeSelector combinators.Yitzhak Mandelbaum2019-09-201-0/+9
* [SystemZ] Add SystemZ as supporting target in help text for -mfentry.Jonas Paulsson2019-09-201-1/+1
* [StaticAnalyzer] Use llvm::StringLiteral instead of StringRef in few placesBenjamin Kramer2019-09-201-6/+7
* [NFCI] Always initialize const members of AttributeCommonInfoAlex Langford2019-09-201-2/+2
* Revert r372325 - Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-2/+0
* Reverting r372323 because it broke color tests on Linux.Aaron Ballman2019-09-191-0/+2
* Remove an unsafe member variable that wasn't needed; NFC.Aaron Ballman2019-09-191-2/+0
* Clean out unused diagnostics. NFC.Benjamin Kramer2019-09-195-21/+0
* [Builtins] Delete setjmp_syscall and qsetjmpFangrui Song2019-09-191-2/+0
* [CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song2019-09-192-1/+4
* Initialize all fields in ABIArgInfo.Serge Guelton2019-09-191-6/+4
* [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhdErik Pilkington2019-09-181-0/+3
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-183-29/+48
* [OPENMP5.0]Allow multiple context selectors in the context selectorAlexey Bataev2019-09-182-7/+23
* [AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling.Simon Pilgrim2019-09-181-2/+1
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-0/+1
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-172-3/+22
* Use 'BOOL' instead of BOOL in diagnostic messagesErik Pilkington2019-09-171-4/+4
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-174-0/+61
* [RISCV] Add option aliases: -mcmodel=medany and -mcmodel=medlowKito Cheng2019-09-171-0/+6
* [clangd] Fix a crash when renaming operator.Haojian Wu2019-09-161-2/+1
* Change signature of __builtin_rotateright64 back to unsignedKarl-Johan Karlsson2019-09-161-1/+1
* [WebAssembly] Narrowing and widening SIMD opsThomas Lively2019-09-131-0/+14
* [clang-scan-deps] Fix for headers having the same name as a directoryAlex Lorenz2019-09-131-0/+3
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-135-6/+59
* Reland r371785: Add -Wpoison-system-directories warningManoj Gupta2019-09-131-0/+5
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-137-286/+390
* [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker2019-09-135-0/+98
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-133-3/+17
* Remove reliance on lax vector conversions from altivec.h and its test.Richard Smith2019-09-131-2/+2
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-133-17/+3
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-133-3/+17
* Revert r371785.Manoj Gupta2019-09-131-5/+0
* [libclang] Expose abort()-ing LLVM fatal error handlerJan Korous2019-09-121-0/+33
* Add -Wpoison-system-directories warningManoj Gupta2019-09-121-0/+5
* Improve code generation for thread_local variables:Richard Smith2019-09-121-0/+6
* [CFG] Add dumps for CFGElement and CFGElementRefKristof Umann2019-09-121-2/+17
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-127-78/+89
* [MS] Warn when shadowing template parameters under -fms-compatibilityReid Kleckner2019-09-121-0/+2
* Removed some questionable default arguments from settersDmitri Gribenko2019-09-121-7/+5
* Removed dead code from DiagnosticBuilderDmitri Gribenko2019-09-121-5/+0
* [clang-format] Add new style option IndentGotoLabelsPaul Hoad2019-09-121-0/+17
* [WebAssembly] Add -fwasm-exceptions for wasm EHHeejin Ahn2019-09-122-0/+3
* [analyzer] NFC: Move PathDiagnostic classes to libAnalysis.Artem Dergachev2019-09-113-2/+2
* [analyzer] NFC: Move resetDiagnosticLocationToMainFile() to BugReporter.Artem Dergachev2019-09-111-10/+13
* [analyzer] NFC: Move getStmt() and createEndOfPath() out of PathDiagnostic.Artem Dergachev2019-09-112-17/+32
* [analyzer] NFC: Re-implement stack hints as a side map in BugReport.Artem Dergachev2019-09-112-64/+74