index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Analysis
/
PathSensitive
/
ExplodedGraph.h
Age
Commit message (
Expand
)
Author
2008-01-14
Added prototype implementation of path-sens. analysis core engine.
Ted Kremenek
2008-01-14
Removed 'inline' keywords from methods now defined in ExplodedGraph.cpp.
Ted Kremenek
2008-01-13
Moved destructor logic of templated class ExplodedGraph to non-templated
Ted Kremenek
2008-01-13
Added node cleanup to dstor of ExplodedGraph.
Ted Kremenek
2008-01-13
Created ExplodedGraph.cpp and moved most method implementations of
Ted Kremenek
2008-01-13
Moved 'ExplodedNodeGroup' into class 'ExplodedNode' as the nested class
Ted Kremenek
2008-01-13
Fixed lines preventing compilation.
Ted Kremenek
2008-01-13
Fixed some comments.
Ted Kremenek
2008-01-13
Merged ExplodedNode.h into ExplodedGraph.h, since the ExplodedNode class will
Ted Kremenek
2008-01-09
Renamed various traits and classes. Added "Infeasible" bit to ExplodedNodeImpl
Ted Kremenek
2008-01-07
Added ownership of "checker state" within the ExplodedGraph. Moved code that
Ted Kremenek
2008-01-07
Renamed SimulVertex, SimulGraph, and SimulEngine to:
Ted Kremenek
[prev]