r250428 - Put back doxygen comment accidentally dropped in r250418.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 15 09:46:25 PDT 2015


Author: d0k
Date: Thu Oct 15 11:46:25 2015
New Revision: 250428

URL: http://llvm.org/viewvc/llvm-project?rev=250428&view=rev
Log:
Put back doxygen comment accidentally dropped in r250418.

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.h

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.h?rev=250428&r1=250427&r2=250428&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Thu Oct 15 11:46:25 2015
@@ -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);




More information about the cfe-commits mailing list