summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* [CFG] Fix an assertion failure with static initializersGabor Horvath2019-12-231-1/+1
* [CFG] Add an option to expand CXXDefaultInitExpr into aggregate initializationGabor Horvath2019-12-171-3/+29
* [analyzer] Do not cache out on some shared implicit AST nodesGabor Horvath2019-12-111-0/+5
* Remove Expr.h include from ASTContext.h, NFCReid Kleckner2019-12-061-1/+1
* [analyzer] Fix more ObjC accessor body farms after 2073dd2d.Artem Dergachev2019-12-041-4/+8
* [CFG] Fix a flaky crash in CFGBlock::getLastCondition().Artem Dergachev2019-11-211-0/+4
* [analyzer] Fix Objective-C accessor body farms after 2073dd2d.Artem Dergachev2019-11-211-40/+51
* [NFC] Refactor representation of materialized temporariesTyker2019-11-193-7/+6
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-173-6/+7
* [NFC] Refactor representation of materialized temporariesTyker2019-11-163-7/+6
* Avoid including Builtins.h in Preprocessor.hReid Kleckner2019-11-151-0/+1
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-081-0/+10
* Thread safety analysis: Peel away NoOp implicit casts in initializersAaron Puchert2019-10-301-0/+3
* New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu2019-10-191-1/+40
* [analyzer] Display cast kinds in program point dumps.Artem Dergachev2019-10-171-1/+5
* [OPENMP]Dow not emit warnings for uninitialized loop counters.Alexey Bataev2019-10-171-1/+2
* Teach CallGraph to look into Generic Lambdas.Erich Keane2019-09-301-1/+4
* Don't install example analyzer pluginsAaron Puchert2019-09-283-3/+3
* Revert r373034Nicholas Allegra2019-09-271-23/+20
* [Consumed][NFC] Refactor handleCall to take function argument list.Nicholas Allegra2019-09-261-20/+23
* Merge and improve code that detects same value in comparisons.Richard Trieu2019-09-211-17/+16
* Improve -Wtautological-overlap-compareRichard Trieu2019-09-212-6/+40
* [Consumed] Treat by-value class arguments as consuming by default, like rvalu...Nicholas Allegra2019-09-191-3/+3
* [analyzer] PR43102: Fix an assertion and an out-of-bounds error for diagnosti...Kristof Umann2019-09-181-7/+11
* [CFG] Add dumps for CFGElement and CFGElementRefKristof Umann2019-09-121-28/+70
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-122-3/+3
* [analyzer] NFC: Move PathDiagnostic classes to libAnalysis.Artem Dergachev2019-09-112-0/+1216
* [analyzer] NFC: Introduce sub-classes for path-sensitive and basic reports.Artem Dergachev2019-09-091-2/+2
* [CFG] Fix CFG for statement-expressions in return values.Artem Dergachev2019-08-291-3/+2
* [analyzer] Fix more analyzer warnings on analyzer and libAnalysis.Artem Dergachev2019-08-284-18/+14
* [CFG] Make representation of destructor calls more accurate.Artem Dergachev2019-08-281-43/+80
* [clang] Use the new Regex::isValid() with no parameterJan Kratochvil2019-08-201-2/+1
* [CallGraph] Take into accound calls that aren't within any function bodies.Artem Dergachev2019-08-201-1/+36
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-145-21/+21
* [CFG] Introduce CFGElementRef, a wrapper that knows it's position in a CFGBlockKristof Umann2019-08-141-0/+4
* [analyzer][CFG] Don't track the condition of assertsKristof Umann2019-08-141-0/+65
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-2/+2
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-2/+2
* [analyzer] StackFrameContext: Add NodeBuilderContext::blockCount() to its pro...Csaba Dabis2019-08-011-10/+11
* [OPENMP]Add support for analysis of if clauses.Alexey Bataev2019-07-161-2/+3
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-162-14/+14
* [analyzer] exploded-graph-rewriter: Improve source location dumps.Artem Dergachev2019-07-122-27/+15
* [OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP prog...Alexey Bataev2019-07-112-0/+53
* [CFG] Add a new function to get the proper condition of a CFGBlockKristof Umann2019-07-051-0/+24
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-033-6/+15
* Revert "[analyzer][CFG] Return the correct terminator condition"Kristof Umann2019-07-031-11/+59
* [analyzer][CFG] Return the correct terminator conditionKristof Umann2019-07-031-59/+11
* Make a buildbot using a buggy gcc happyKristof Umann2019-07-031-3/+5
* Specialize an anchor() function in the correct namespaceKristof Umann2019-07-031-2/+2
* [analyzer][Dominator] Add post dominators to CFG + a new debug checkerKristof Umann2019-07-031-1/+5
OpenPOWER on IntegriCloud