aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/ProgramPoint.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-08-12 23:06:47 +0000
committerTed Kremenek <kremenek@apple.com>2011-08-12 23:06:47 +0000
commit1ab69c513239596946286373e081b89fa3358612 (patch)
treef825716d55fba9e2c53f543d768fc13d9ef7cef0 /include/clang/Analysis/ProgramPoint.h
parentca804539d908d3a0e8c72a0df5f1f571d29490bb (diff)
Document purpose of ProgramPointTag::getTagKind().
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Analysis/ProgramPoint.h')
-rw-r--r--include/clang/Analysis/ProgramPoint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Analysis/ProgramPoint.h b/include/clang/Analysis/ProgramPoint.h
index 0e6a659e39..71e27c6df0 100644
--- a/include/clang/Analysis/ProgramPoint.h
+++ b/include/clang/Analysis/ProgramPoint.h
@@ -387,6 +387,7 @@ public:
virtual StringRef getTagDescription() const = 0;
protected:
+ /// Used to implement 'classof' in subclasses.
const void *getTagKind() { return TagKind; }
private: