Go to file
Ted Kremenek a0be8264b5 Added transfer function support for unary '&' and '*', providing basic
(local) aliasing support.

Modified ExplodedGraph pretty-printer (for GRConstants) to also print out the
pointer value of the state associated with a node.  This way one can easily
see that two states are identical.

llvm-svn: 46595
2008-01-31 02:35:41 +00:00
clang Added transfer function support for unary '&' and '*', providing basic 2008-01-31 02:35:41 +00:00
llvm Avoid unnecessarily casting away const, fixing a FIXME. 2008-01-31 01:05:10 +00:00