summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Make sink attribute part of the node profile.Anna Zaks2011-11-011-8/+6
* [analyzer] Remove PostStmtCustom ProgramPoint. It can be represented using t...Ted Kremenek2011-08-161-2/+1
* Rename GRState to ProgramState, and cleanup some code formatting along the way.Ted Kremenek2011-08-151-4/+4
* Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek2011-08-121-10/+10
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-1/+1
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Change 'StoreRef' back to 'Store' in GRState, shrinking the size of GRState b...Ted Kremenek2011-02-191-1/+1
* static analyzer: Make GRStates reference counted, with reference counts manag...Ted Kremenek2011-02-101-0/+2
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-2/+2
* static analyzer: Further reduce the analyzer's memory usage when analyzing sq...Ted Kremenek2011-02-091-2/+110
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-081-0/+282
OpenPOWER on IntegriCloud