Put back doxygen comment accidentally dropped in r250418.

llvm-svn: 250428
This commit is contained in:
Benjamin Kramer
2015-10-15 16:46:25 +00:00
parent 38be33302c
commit 2811b04874

View 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);