Dylan Noblesmith
|
6f42b62b61
Basic: import OwningPtr<> into clang namespace
|
13 ani în urmă |
Ted Kremenek
|
841c96a885
Minor refactor within ExplodedGraph::reclaimRecentlyAllocatedNodes(). No functionality change.
|
13 ani în urmă |
Ted Kremenek
|
8bef823818
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
|
13 ani în urmă |
Ted Kremenek
|
9d0064e802
Reduce peak memory usage of the static analyzer on sqlite3 (when using inlining) by 30%.
|
13 ani în urmă |
Ted Kremenek
|
256ef642f8
Remove '#if 0' from ExprEngine::InlineCall(), and start fresh by wiring up inlining for straight C calls.
|
13 ani în urmă |
David Blaikie
|
99ba9e3bd7
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
|
13 ani în urmă |
Anna Zaks
|
6800ba622e
[analyzer] Make sink attribute part of the node profile.
|
14 ani în urmă |
Ted Kremenek
|
86b39f20d5
[analyzer] Remove PostStmtCustom ProgramPoint. It can be represented using tagged PostStmts.
|
14 ani în urmă |
Ted Kremenek
|
18c66fdc3c
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
14 ani în urmă |
Ted Kremenek
|
9c378f7054
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at.
|
14 ani în urmă |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 ani în urmă |
Chris Lattner
|
fc8f0e14ad
fix a bunch of comment typos found by codespell. Patch by
|
14 ani în urmă |
Ted Kremenek
|
09fe4a5524
Change 'StoreRef' back to 'Store' in GRState, shrinking the size of GRState back by one pointer.
|
14 ani în urmă |
Ted Kremenek
|
e40b69de46
static analyzer: Make GRStates reference counted, with reference counts managed by ExplodedNodes.
|
14 ani în urmă |
Ted Kremenek
|
9b66371644
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'.
|
14 ani în urmă |
Ted Kremenek
|
d767d81290
static analyzer: Further reduce the analyzer's memory usage when analyzing sqlite3 by 7-10% by recylcing "uninteresting" ExplodedNodes.
|
14 ani în urmă |
Argyrios Kyrtzidis
|
811d75ee35
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
|
14 ani în urmă |