Restructure ProgramPoint to have the 'Kind' value be its own instance
authorTed Kremenek <kremenek@apple.com>
Wed, 22 Jul 2009 04:38:22 +0000 (04:38 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 22 Jul 2009 04:38:22 +0000 (04:38 +0000)
commit952a00429838b86245c2a61a0945a661007db856
tree8bcc04869ebb301ccc31c29c865479440c8bc258
parent920ad71dab2557303a3886e05734bc6f1dac5cda
Restructure ProgramPoint to have the 'Kind' value be its own instance
variable.  This gives us much more flexibility with defining more
ProgramPoints, which is the direction we are heading.  The removal of
various bit-mangling of pointers also cleans up the logic.

llvm-svn: 76721
clang/include/clang/Analysis/ProgramPoint.h