mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 10:38:23 +08:00
Put back doxygen comment accidentally dropped in r250418.
llvm-svn: 250428
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user