]> granicus.if.org Git - clang/commitdiff
Put back doxygen comment accidentally dropped in r250418.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 15 Oct 2015 16:46:25 +0000 (16:46 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 15 Oct 2015 16:46:25 +0000 (16:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250428 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h

index 430c2cacb7e060a4333870e5031f12c4969219e1..7e7ba74106e291ad5fae6f385bf4c503efe37247 100644 (file)
@@ -135,6 +135,11 @@ class CGDebugInfo {
       NamespaceAliasCache;
   llvm::DenseMap<const Decl *, llvm::TypedTrackingMDRef<llvm::DIDerivedType>>
       StaticDataMemberCache;
+
+  /// Helper functions for getOrCreateType.
+  /// @{
+  /// Currently the checksum of an interface includes the number of
+  /// ivars and property accessors.
   llvm::DIType *CreateType(const BuiltinType *Ty);
   llvm::DIType *CreateType(const ComplexType *Ty);
   llvm::DIType *CreateQualifiedType(QualType Ty, llvm::DIFile *Fg);