]> granicus.if.org Git - clang/history - lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
[Analyser] Removes more recursive visitations in ExprEngine that are no
[clang] / lib / StaticAnalyzer / Core / ExprEngineCXX.cpp
2012-03-14 Erik Verbruggen[Analyser] Removes more recursive visitations in ExprEn...
2012-03-10 Ted Kremenek[analyzer] fix regression in analyzer of NOT actually...
2012-02-29 Erik VerbruggenRemove a recursive visitiation in ExprEngine that is...
2012-02-17 Ted KremenekHave conjured symbols depend on LocationContext, to...
2012-02-16 Sebastian RedlRevert "Revert "Make CXXNewExpr contain only a single...
2012-02-16 Sebastian RedlRevert "Make CXXNewExpr contain only a single initialie...
2012-02-16 Sebastian RedlMake CXXNewExpr contain only a single initialier, and...
2012-01-28 Benjamin KramerStaticAnalyzer: Move ObjC- and CXX-specific methods...
2012-01-26 Ted KremenekChange references to 'const ProgramState *' to typedef...
2012-01-06 Ted Kremenek[analyzer] Make the entries in 'Environment' context...
2012-01-04 Anna Zaks[analyzer] Be less pessimistic about invalidation of...
2011-10-24 Anna Zaks[analyzer] Node builders cleanup + comments
2011-10-24 Anna Zaks[analyzer] Completely remove the global Builder object.
2011-10-24 Anna Zaks[analyzer] Convert ExprEngine::visit() to use short...
2011-10-24 Ted KremenekRename AnalysisContext to AnalysisDeclContext. Not...
2011-10-23 Ted Kremenek[analyzer] Remove LocationContext creation methods...
2011-10-02 Ted KremenekFix LiveVariables analysis bug with MaterializeTemporar...
2011-09-02 Jordy Rose[analyzer] Remove TransferFuncs.h, then deal with the...
2011-08-28 Jordy Rose[analyzer] Migrate argument invalidation from CFRefCoun...
2011-08-27 Jordy Rose[analyzer] Change the check::RegionChanges callback...
2011-08-20 Ted KremenekRename CXXExprEngine.cpp to ExprEngineCXX.cpp.