summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/CXXExprEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename CXXExprEngine.cpp to ExprEngineCXX.cpp.Ted Kremenek2011-08-201-371/+0
* Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek2011-08-151-8/+8
* Cleanup: remove GetState() wrapper from ExprEngine, not needed as of r137273.Anna Zaks2011-08-101-7/+7
* [analyzer] fix handling of MaterializeTemporaryExpr by binding the result val...Ted Kremenek2011-07-281-6/+7
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-3/+3
* Modify some deleted function methods to better reflect reality:Alexis Hunt2011-05-061-2/+2
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* static analyzer: invalidate by-ref arguments passed to constructors in a 'new...Ted Kremenek2011-04-121-3/+31
* Start overhauling static analyzer support for C++ constructors. The inlining...Ted Kremenek2011-04-081-34/+102
* Teach static analyzer about the basics of handling new[]. We still don't sim...Ted Kremenek2011-03-311-9/+12
* Begin reworking static analyzer support for C++ method calls. The current lo...Ted Kremenek2011-03-301-83/+28
* Fix comments, and force auto progagation in VisitAggExpr.Ted Kremenek2011-03-121-1/+4
* [analyzer] Remove checker V1 registration and running from ExprEngine.Argyrios Kyrtzidis2011-03-011-2/+3
* Rename 'InvalidateRegions()' to 'invalidateRegions()'.Ted Kremenek2011-02-111-1/+1
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-2/+2
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-0/+322
OpenPOWER on IntegriCloud