aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/ProgramEdge.h
AgeCommit message (Expand)Author
2008-01-11Renamed ProgramEdge.h to ProgramPoint.hTed Kremenek
2008-01-11Renamed ProgramEdge to ProgramPoint and changed subclasses of ProgramEdgeTed Kremenek
2008-01-10Added "InfeasibleEdge" to represent an infeasible state transition.Ted Kremenek
2008-01-09Renamed Stmt***Edge and ***StmtEdge (where *** = "Stmt" or "Blk") classes toTed Kremenek
2008-01-04fix a build problem where NULL isn't implicitly defined by the headers this f...Chris Lattner
2008-01-03De-constified the pointers returned by the Dst() and Src() methods ofTed Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-02Moved ProgramEdge out out include/.../Analysis/PathSensitive to include/.../A...Ted Kremenek