summaryrefslogtreecommitdiffstats
path: root/clang/Analysis/ExplodedGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplified transfer function logic for ++/-- operators.Ted Kremenek2008-02-151-2/+1
* Fixed bit-setting bug for ExplodedNodeImpl::NodeGroup.Ted Kremenek2008-01-291-1/+1
* Fixed iterator bug in ExplodedNodeImpl::NodeGroup::end(); we would improperlyTed Kremenek2008-01-161-1/+1
* Fixed bug in cleanup of nodes in ExplodedNodeImpl where we should directlyTed Kremenek2008-01-161-1/+1
* Moved destructor logic of templated class ExplodedGraph to non-templatedTed Kremenek2008-01-131-0/+17
* Created ExplodedGraph.cpp and moved most method implementations ofTed Kremenek2008-01-131-0/+70
OpenPOWER on IntegriCloud