Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e9f2a90d1f3e11a76c36df2bc51bf0d02b4d0ff1
/
clang
/
lib
/
Analysis
/
ExplodedGraph.cpp
7a51313
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 18 years ago
[Renamed from clang/Analysis/ExplodedGraph.cpp]
576b76a
Improved ExplodedGraph::Trim to only show nodes reachable from a reverse BFS
by Ted Kremenek
· 18 years ago
2bdd776
Added --trim-path-graph to the driver to trim paths from the ExplodedGraph
by Ted Kremenek
· 18 years ago
c156f1f
Fixed a horribly insidious bit-masking bug in the implementation of
by Ted Kremenek
· 18 years ago
3f06864
Fixed subtle caching bug in ExplodedGraph that would cause some nodes to
by Ted Kremenek
· 18 years ago
e81734b
Simplified transfer function logic for ++/-- operators.
by Ted Kremenek
· 18 years ago
ee2d5a5
Fixed bit-setting bug for ExplodedNodeImpl::NodeGroup.
by Ted Kremenek
· 18 years ago
e914bb8
Fixed iterator bug in ExplodedNodeImpl::NodeGroup::end(); we would improperly
by Ted Kremenek
· 18 years ago
deac519
Fixed bug in cleanup of nodes in ExplodedNodeImpl where we should directly
by Ted Kremenek
· 18 years ago
d122bbd
Moved destructor logic of templated class ExplodedGraph to non-templated
by Ted Kremenek
· 18 years ago
eb370bc
Created ExplodedGraph.cpp and moved most method implementations of
by Ted Kremenek
· 18 years ago