aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/ProgramPoint.h
AgeCommit message (Expand)Author
2008-09-20Add PostStore, a new ProgramPoint to distinguish between 'stores' and other P...Ted Kremenek
2008-09-16ProgramPoint now takes the space of two pointers instead of one. This change wasTed Kremenek
2008-06-18Added a new ProgramPoint: PostPurgeDeadSymbols. This new program point disti...Ted Kremenek
2008-04-29Major rewrite/refactoring of static analysis engine. We now useTed Kremenek
2008-04-26Make assertions for all addresses passed to ProgramPoint that they have at le...Argyrios Kyrtzidis
2008-03-05Reverted patch 47926 for ProgramPoint.h because it is currently buggy. May a...Ted Kremenek
2008-03-05Added support for ProgramPoints to represent ExplodedNodes in anotherTed Kremenek
2008-03-03Fixed subtle caching bug in ExplodedGraph that would cause some nodes toTed Kremenek
2008-02-13Added support to GREngine/GRConstants for handling computed gotos.Ted Kremenek
2008-01-16Fixed broken bitmasking in the ctor of ProgramPoint.Ted Kremenek
2008-01-16Fixed incorrect pointer mask.Ted Kremenek
2008-01-13Now include "CFG.h" because the inline methods of "BlockEntrance" accessorTed Kremenek
2008-01-11Renamed ProgramEdge.h to ProgramPoint.hTed Kremenek