From: Benjamin Kramer Date: Thu, 15 Oct 2015 16:46:25 +0000 (+0000) Subject: Put back doxygen comment accidentally dropped in r250418. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36aa12d2b79771ec11efd5be2a65a9435fa49b68;p=clang Put back doxygen comment accidentally dropped in r250418. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250428 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 430c2cacb7..7e7ba74106 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -135,6 +135,11 @@ class CGDebugInfo { NamespaceAliasCache; llvm::DenseMap> 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);