summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/CXXExprEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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