Skip to content
  • Ted Kremenek's avatar
    Created ExplodedGraph.cpp and moved most method implementations of · eb370bc3
    Ted Kremenek authored
    ExplodedNodeImpl::NodeGroup from being defined inline to being defined
    "out-of-line" in ExplodedGraph.cpp. This removes a dependence on including
    <vector> in ExplodedGraph.h, and will hopefully result in smaller generated code
    with negligible performance impact.
    
    llvm-svn: 45928
    eb370bc3
Loading