index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Core
/
ExplodedGraph.cpp
Age
Commit message (
Expand
)
Author
2012-04-20
[analyzer] Run remove dead bindings right before leaving a function.
Anna Zaks
2012-02-16
Revert "Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine....
Ted Kremenek
2012-02-16
Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine. Also h...
Ted Kremenek
2012-02-16
Minor cleanup to node data structures in ExplodedGraph. No functionality cha...
Ted Kremenek
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-01-31
Minor refactor within ExplodedGraph::reclaimRecentlyAllocatedNodes(). No fun...
Ted Kremenek
2012-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-25
Reduce peak memory usage of the static analyzer on sqlite3 (when using inlini...
Ted Kremenek
2012-01-11
Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up in...
Ted Kremenek
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-11-01
[analyzer] Make sink attribute part of the node profile.
Anna Zaks
2011-08-16
[analyzer] Remove PostStmtCustom ProgramPoint. It can be represented using t...
Ted Kremenek
2011-08-15
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-12
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-02-19
Change 'StoreRef' back to 'Store' in GRState, shrinking the size of GRState b...
Ted Kremenek
2011-02-10
static analyzer: Make GRStates reference counted, with reference counts manag...
Ted Kremenek
2011-02-10
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-09
static analyzer: Further reduce the analyzer's memory usage when analyzing sq...
Ted Kremenek
2011-02-08
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis