index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Analysis
/
ExplodedGraph.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-12
Improved ExplodedGraph::Trim to only show nodes reachable from a reverse BFS
Ted Kremenek
2008-03-07
Added --trim-path-graph to the driver to trim paths from the ExplodedGraph
Ted Kremenek
2008-03-05
Fixed a horribly insidious bit-masking bug in the implementation of
Ted Kremenek
2008-03-03
Fixed subtle caching bug in ExplodedGraph that would cause some nodes to
Ted Kremenek
2008-02-15
Simplified transfer function logic for ++/-- operators.
Ted Kremenek
2008-01-29
Fixed bit-setting bug for ExplodedNodeImpl::NodeGroup.
Ted Kremenek
2008-01-16
Fixed iterator bug in ExplodedNodeImpl::NodeGroup::end(); we would improperly
Ted Kremenek
2008-01-16
Fixed bug in cleanup of nodes in ExplodedNodeImpl where we should directly
Ted Kremenek
2008-01-13
Moved destructor logic of templated class ExplodedGraph to non-templated
Ted Kremenek
2008-01-13
Created ExplodedGraph.cpp and moved most method implementations of
Ted Kremenek