summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
Commit message (Expand)AuthorAgeFilesLines
* StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...Benjamin Kramer2012-01-281-0/+1
* 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-10/+12
* [analyzer] Node builders cleanup + commentsAnna Zaks2011-10-241-4/+4
* [analyzer] Convert ExprEngine::visit() to use short lived builders.Anna Zaks2011-10-241-32/+22
* [analyzer] Subclassing StmtBuilder from the NodeBuilderAnna Zaks2011-10-181-1/+1
* [analyzer] Remove TransferFuncs.h, then deal with the fallout.Jordy Rose2011-09-021-0/+1
* [analyzer] Eliminate almost all uses of TransferFuncs from ExprEngine.Jordy Rose2011-08-281-10/+4
* [analyzer] Migrate argument invalidation from CFRefCount to ExprEngine.Jordy Rose2011-08-281-1/+6
* [analyzer] Remove FIXME; Ted reminded me that -init is not guaranteed to retu...Jordy Rose2011-08-211-1/+0
* [analyzer] Migrate return value handling from CFRefCount to ExprEngine. This ...Jordy Rose2011-08-211-0/+41
* [analyzer] Handle reads of ObjCPropertyRefExprs implicitly in Environment. N...Ted Kremenek2011-08-201-6/+0
* Start partitioning ExprEngine.cpp into separate .cpp files that handle differ...Ted Kremenek2011-08-201-0/+245
OpenPOWER on IntegriCloud