1. 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]
  2. 576b76a Improved ExplodedGraph::Trim to only show nodes reachable from a reverse BFS by Ted Kremenek · 18 years ago
  3. 2bdd776 Added --trim-path-graph to the driver to trim paths from the ExplodedGraph by Ted Kremenek · 18 years ago
  4. c156f1f Fixed a horribly insidious bit-masking bug in the implementation of by Ted Kremenek · 18 years ago
  5. 3f06864 Fixed subtle caching bug in ExplodedGraph that would cause some nodes to by Ted Kremenek · 18 years ago
  6. e81734b Simplified transfer function logic for ++/-- operators. by Ted Kremenek · 18 years ago
  7. ee2d5a5 Fixed bit-setting bug for ExplodedNodeImpl::NodeGroup. by Ted Kremenek · 18 years ago
  8. e914bb8 Fixed iterator bug in ExplodedNodeImpl::NodeGroup::end(); we would improperly by Ted Kremenek · 18 years ago
  9. deac519 Fixed bug in cleanup of nodes in ExplodedNodeImpl where we should directly by Ted Kremenek · 18 years ago
  10. d122bbd Moved destructor logic of templated class ExplodedGraph to non-templated by Ted Kremenek · 18 years ago
  11. eb370bc Created ExplodedGraph.cpp and moved most method implementations of by Ted Kremenek · 18 years ago