index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
StaticAnalyzer
/
Core
/
PathSensitive
/
ExplodedGraph.h
Age
Commit message (
Expand
)
Author
2013-04-23
[analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::create...
Anna Zaks
2013-03-22
Revert "[analyzer] Break cycles (optionally) when trimming an ExplodedGraph."
Jordan Rose
2013-03-20
[analyzer] Break cycles (optionally) when trimming an ExplodedGraph.
Jordan Rose
2013-03-16
[analyzer] Eliminate InterExplodedGraphMap class and NodeBackMap typedef.
Jordan Rose
2013-02-25
[analyzer] add the notion of an "interesting" lvalue expression for ExplodedN...
Ted Kremenek
2013-02-21
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2012-12-07
[analyzer] Remove possible pessimizations from r169563.
Jordan Rose
2012-12-06
[analyzer] Avoid ProgramStateRef copy constructors.
Jordan Rose
2012-12-06
[analyzer] Speed up ExplodedNode::Profile by avoiding copy constructors.
Jordan Rose
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-11-30
Update to reflect the change of macro name in r168993.
Chandler Carruth
2012-11-30
Use the new LLVM_LVALUE_FUNCTION to ban two getAs() calls on rvalues.
Jordan Rose
2012-10-23
[analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval.
Jordan Rose
2012-08-20
[analyzer] Add comments to ExplodedNode::NodeGroup.
Jordan Rose
2012-08-18
[analyzer] Use PointerUnion to implement ExplodedNode::NodeGroup.
Jordan Rose
2012-08-14
[analyzer] Add getStackFrame() to CheckerContext and ExplodedNode.
Anna Zaks
2012-05-27
Pass ProgramStateRef by reference.
Benjamin Kramer
2012-03-27
[analyzer] Add an option to re-analyze a dead-end path without inlining.
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-01-31
Reapply r149311 which I reverted by mistake.
Argyrios Kyrtzidis
2012-01-31
Revert r149311 which failed to compile.
Argyrios Kyrtzidis
2012-01-31
Minor refactor within ExplodedGraph::reclaimRecentlyAllocatedNodes(). No fun...
Ted Kremenek
2012-01-31
Convert ProgramStateRef to a smart pointer for managing the reference counts ...
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
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-11-01
[analyzer] Fix PR11282 - an assert in markAsSink
Anna Zaks
2011-10-24
[analyzer] Remove the old StmtNodeBuilder.
Anna Zaks
2011-10-24
[analyzer] Pass external Dst set to NodeBuilder
Anna Zaks
2011-10-18
[analyzer] Remove redundant assignment operator.
Anna Zaks
2011-10-18
[analyzer] NodeBuilder Refactoring: Subclass BranchNodeBuilder from NodeBuilder.
Anna Zaks
2011-10-07
Remove AnalysisContext::getLiveVariables(), and introduce a templatized mecha...
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-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
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