summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix analyzer crash on analyzing 'catch' with no condition variable.Ted Kremenek2012-03-161-0/+5
* [analyzer] Remove AggExprVisitor, a dead class that assisted in visiting C++ ...Jordy Rose2012-03-151-4/+1
* '#if 0' out a variable that's only used in other preprocessor-disabled code.Matt Beaumont-Gay2012-03-141-0/+2
* [Analyser] Removes more recursive visitations in ExprEngine that are noErik Verbruggen2012-03-141-86/+10
* [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do...Ted Kremenek2012-03-101-0/+15
* Remove a recursive visitiation in ExprEngine that is no longer neededErik Verbruggen2012-02-291-9/+3
* Have conjured symbols depend on LocationContext, to add context sensitivity f...Ted Kremenek2012-02-171-1/+2
* Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl2012-02-161-0/+3
* Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl2012-02-161-3/+0
* Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl2012-02-161-0/+3
* StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...Benjamin Kramer2012-01-281-0/+6
* Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek2012-01-261-8/+8
* [analyzer] Make the entries in 'Environment' context-sensitive by making entr...Ted Kremenek2012-01-061-11/+15
* [analyzer] Be less pessimistic about invalidation of global variablesAnna Zaks2012-01-041-4/+6
* [analyzer] Node builders cleanup + commentsAnna Zaks2011-10-241-7/+7
* [analyzer] Completely remove the global Builder object.Anna Zaks2011-10-241-7/+6
* [analyzer] Convert ExprEngine::visit() to use short lived builders.Anna Zaks2011-10-241-29/+37
* Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek2011-10-241-1/+1
* [analyzer] Remove LocationContext creation methods from AnalysisManager, and ...Ted Kremenek2011-10-231-8/+9
* Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling...Ted Kremenek2011-10-021-13/+10
* [analyzer] Remove TransferFuncs.h, then deal with the fallout.Jordy Rose2011-09-021-0/+1
* [analyzer] Migrate argument invalidation from CFRefCount to ExprEngine.Jordy Rose2011-08-281-26/+2
* [analyzer] Change the check::RegionChanges callback to include the regions ex...Jordy Rose2011-08-271-9/+3
* Rename CXXExprEngine.cpp to ExprEngineCXX.cpp.Ted Kremenek2011-08-201-0/+371
OpenPOWER on IntegriCloud