summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/Environment.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move immutable map canonization out of the removeDeadBindings loop (via using...Anna Zaks2011-09-231-4/+9
* ST->scanReachableSymbols() is creating a SubRegionMap (SRM) on every call sin...Anna Zaks2011-09-221-2/+4
* [analyzer] Handle reads of ObjCPropertyRefExprs implicitly in Environment. N...Ted Kremenek2011-08-201-0/+4
* Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek2011-08-151-2/+2
* Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek2011-08-121-1/+1
* [analyzer] Change SymbolReaper to store region roots implied by the Environme...Ted Kremenek2011-08-061-4/+3
* Remove an unused function (found by Clang's -Wunused-function)Chandler Carruth2011-07-291-12/+0
* [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to b...Ted Kremenek2011-07-281-23/+0
* [analyzer] Teach Environment to not look through MaterializeTemporaryExprs.Ted Kremenek2011-07-281-3/+0
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-3/+3
* Introduce a new AST node describing reference binding to temporaries.Douglas Gregor2011-06-211-0/+3
* [analyzer] PR8962 again. Ban ParenExprs (and friends) from block-level expres...Jordy Rose2011-06-101-15/+0
* [analyzer] Look through __extension__ expressions in a GRState's Environment....Jordy Rose2011-06-081-6/+6
* Allow 'Environment::getSVal()' to allow an optional way for checkers to do a ...Ted Kremenek2011-04-271-1/+11
* Add static analyzer support for C++'0X nullptr. Patch by Jim Goodnow II.Ted Kremenek2011-04-221-0/+3
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+4
* Fix tiny error in CFG construction for BinaryConditionalOperators, making sur...Ted Kremenek2011-02-241-0/+5
* [analyzer] Fix crash when analyzing C++ code.Argyrios Kyrtzidis2011-02-191-1/+1
* [analyzer] Fix crash when analyzing C++ code.Argyrios Kyrtzidis2011-02-191-3/+1
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-1/+1
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-0/+236
OpenPOWER on IntegriCloud