summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/Environment.cpp
Commit message (Expand)AuthorAgeFilesLines
* Start migration of static analyzer to using theTed Kremenek2010-12-161-2/+1
* Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall2010-12-061-2/+2
* Rename Environment::LookupExpr() toTed Kremenek2010-12-051-1/+10
* Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall2010-12-041-1/+2
* Merge ValueManager into SValBuilder.Ted Kremenek2010-12-021-26/+9
* handle CXXFunctionalCastExpr in visitLValue and Environment.Zhongxing Xu2010-11-251-0/+4
* Improve comments.Zhongxing Xu2010-11-251-2/+1
* Let StackFrameContext represent if the call expr is evaluated as lvalue.Zhongxing Xu2010-11-241-1/+12
* Adjust method calls to reflect name changes inTed Kremenek2010-11-241-7/+7
* Fix a typo in EnvironmentManager::bindExprAndLocation(). Reviewed by kremenek.Zhanyong Wan2010-11-201-1/+2
* Add optional record of "location" SVals in the environment. When we analyzin...Ted Kremenek2010-09-031-2/+39
* Add an ivar to SymbolReaper for the current statement, and then stop passing ...Jordy Rose2010-07-011-2/+2
* Add support for CXXBoolLiteralExpr.Zhongxing Xu2010-04-141-0/+7
* Always assume block-level expressions in the caller are alive when analyzingZhongxing Xu2010-04-051-2/+29
* Since now we process regions in clusters when removing dead bindings, thisZhongxing Xu2010-04-051-8/+0
* Checker: random include cleanup.Benjamin Kramer2010-03-271-2/+3
* Remove reference to AnalysisContext in Environment. We already have LocationC...Zhongxing Xu2010-03-051-4/+4
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+164
OpenPOWER on IntegriCloud