]> granicus.if.org Git - clang/commit
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)
commitd6b9e37311013bdf24fd709f7e9962e3b141e6fb
tree0bf0cfcc12f5fe6ad1a2e5bb7c20e66f634f6a5a
parent356e9d666b5d03db9b789348adba2ab9ea05c880
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76721 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/ProgramPoint.h