aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-09-26 18:36:39 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-09-26 18:36:39 +0000
commit8f944492f21a2fb61d539d933add5b1fc7b00e94 (patch)
tree4b03783bd857945dc1d7e6518b8a96ed24c3d291
parent19aa8609a5d04eed9b81aa1c4608e8a4f3df6ccd (diff)
Add a small note to BaseSubobject about where it is actually used.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140543 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/BaseSubobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/BaseSubobject.h b/include/clang/AST/BaseSubobject.h
index 09ea4124b5..6a036bb62c 100644
--- a/include/clang/AST/BaseSubobject.h
+++ b/include/clang/AST/BaseSubobject.h
@@ -24,7 +24,7 @@ namespace clang {
// BaseSubobject - Uniquely identifies a direct or indirect base class.
// Stores both the base class decl and the offset from the most derived class to
-// the base class.
+// the base class. Used for vtable and VTT generation.
class BaseSubobject {
/// Base - The base class declaration.
const CXXRecordDecl *Base;