summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/GRState.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the now-unused GRState::isEqual method. Instead of asking if an expres...Jordy Rose2010-07-061-25/+0
* Add an ivar to SymbolReaper for the current statement, and then stop passing ...Jordy Rose2010-07-011-3/+3
* Remove extents of dead symbolic regions when RemoveDeadBindings.Zhongxing Xu2010-05-261-4/+3
* Checker: random include cleanup.Benjamin Kramer2010-03-271-1/+1
* Add methods to remove a GDM entry.Zhongxing Xu2010-03-251-0/+12
* Mark CXXThisRegion in the current or parent stack frame context as live so thatZhongxing Xu2010-03-171-1/+2
* Remove reference to AnalysisContext in Environment. We already have LocationC...Zhongxing Xu2010-03-051-14/+6
* When profiling Environment, also profile with AnalysisContext*, bacauseZhongxing Xu2010-03-041-0/+6
* Revert 95541.Ted Kremenek2010-02-081-4/+4
* Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu2010-02-081-4/+4
* More GRState* -> Store changes.Zhongxing Xu2010-02-051-1/+2
* More GRState* -> Store changes.Zhongxing Xu2010-02-051-1/+2
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+358
OpenPOWER on IntegriCloud