summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Add new style option AlignConsecutiveMacrosSam McCall2019-07-026-0/+255
* [LibTooling] Extend `RewriteRule` with support for adding includes.Yitzhak Mandelbaum2019-07-023-4/+81
* [clang][ArgumentAdjusters] Do not add fsyntax-only if already existsKadir Cetinkaya2019-07-022-1/+32
* clang-cl: Make /d1reportAllClassLayout actually work and improve testNico Weber2019-07-022-2/+6
* [clang][Driver][ARM] NFC: Remove unused function parameterAlexandros Lamprineas2019-07-021-7/+5
* [ASTImporter] Make headers self-containedBenjamin Kramer2019-07-022-0/+2
* [ASTImporter] Structural eq: handle DependentScopeDeclRefExprGabor Marton2019-07-022-1/+212
* [analyzer] exploded-graph-rewriter: Implement a dark color scheme.Artem Dergachev2019-07-026-15/+57
* [analyzer] exploded-graph-rewriter: Improve program point dumps.Artem Dergachev2019-07-023-13/+54
* [analyzer] exploded-graph-rewriter: Add support for objects under construction.Artem Dergachev2019-07-029-23/+137
* [analyzer] Support kfree in MallocCheckerNathan Huckleberry2019-07-012-15/+17
* [analyzer] exploded-graph-rewriter: NFC: Add a forgotten test file.Artem Dergachev2019-07-011-0/+21
* [analyzer] Fix invalidation when returning into a ctor initializer.Artem Dergachev2019-07-012-5/+37
* [analyzer] NonnullGlobalConstants: Don't be confused by a _Nonnull attribute.Artem Dergachev2019-07-012-8/+27
* [analyzer] CStringChecker: Modernize to use CallDescriptions.Artem Dergachev2019-07-012-147/+64
* [analyzer] NFC: CallDescription: Implement describing C library functions.Artem Dergachev2019-07-013-6/+45
* [analyzer] NFC: Add a convenient CallDescriptionMap class.Artem Dergachev2019-07-015-41/+231
* [analyzer] exploded-graph-rewriter: Add support for dynamic types.Artem Dergachev2019-07-017-18/+37
* [analyzer] exploded-graph-rewriter: Implement program point tags.Artem Dergachev2019-07-012-1/+15
* Fix breakage introduced by D60974JF Bastien2019-07-011-0/+1
* Fixed two issues in clang-tidy -help.Alexander Kornienko2019-07-011-1/+1
* [OPENMP]Fix handling of lambda captures in target regions.Alexey Bataev2019-07-014-58/+55
* [ASTImporter] Mark erroneous nodes in shared stGabor Marton2019-07-019-72/+258
* [RISCV] Avoid save-restore target feature warningSam Elliott2019-07-012-11/+5
* [ASTImporter] Silence unused variable warning in Release builds. NFC.Benjamin Kramer2019-07-011-0/+1
* [ASTImporter] Mark erroneous nodes in from ctxGabor Marton2019-07-013-22/+351
* [ASTImporter] Propagate error from ImportDeclContextGabor Marton2019-07-012-6/+114
* Various tweaks to MSVC natvis visualizersMike Spertus2019-06-301-14/+40
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-4/+4
* [Driver] Fix style issues of --print-supported-cpus after D63105Fangrui Song2019-06-295-43/+30
* Revert "[clang][NewPM] Fix broken profile test"Leonard Chan2019-06-292-14/+4
* [clang][test][NFC] Explicitly specify clang ABI in AST Dumper testJan Korous2019-06-281-1/+1
* [OPENMP]Improve analysis of implicit captures.Alexey Bataev2019-06-2825-60/+78
* Revert enabling frame pointer elimination on OpenBSD for now.Brad Smith2019-06-282-26/+0
* [ODRHash] Fix null pointer dereference for ObjC selectors with empty slots.Volodymyr Sapsai2019-06-282-1/+37
* [OPENMP]Fix top DSA for static members.Alexey Bataev2019-06-282-3/+20
* [OPENMP]Fix DSA for loop iteration variables in simd loops.Alexey Bataev2019-06-282-3/+17
* [Hexagon] driver uses out-of-date option name and binary nameKrzysztof Parzyszek2019-06-281-2/+2
* [OPENMP]Fix checks for DSA in simd constructs.Alexey Bataev2019-06-282-3/+12
* [CTU] Add missing statisticsGabor Marton2019-06-281-2/+6
* [analyzer] Fix clang-tidy crash on GCCAsmStmtNathan Huckleberry2019-06-272-0/+31
* Pattern match struct types in test case.Akira Hatanaka2019-06-271-11/+17
* [OPENMP]Generate correctly implicit flags for mapped data.Alexey Bataev2019-06-2712-53/+65
* [clang] Add DISuprogram and DIE for a func declDjordje Todorovic2019-06-275-6/+73
* [NFC] Return early for types with size zeroVitaly Buka2019-06-271-3/+4
* [NFC] Remove unneeded local variablesVitaly Buka2019-06-271-9/+5
* [ObjC] Improve error message for a malformed objc-type-nameErik Pilkington2019-06-263-2/+5
* Fix formatting after r364479Aaron Puchert2019-06-261-4/+2
* [Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarfAaron Puchert2019-06-2611-71/+17
* Revert r363191 "[MS] Pretend constexpr variable template specializations are ...Reid Kleckner2019-06-262-30/+4