diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-10-15 16:46:25 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-10-15 16:46:25 +0000 |
| commit | 2811b04874b7b0db6d7db63fabd73fe95331db67 (patch) | |
| tree | 4251be82978f23e50cddf8e5ca77ccb118487cae /clang/lib/CodeGen | |
| parent | 38be33302c443f7bca45cad26855fea535516436 (diff) | |
| download | bcm5719-llvm-2811b04874b7b0db6d7db63fabd73fe95331db67.tar.gz bcm5719-llvm-2811b04874b7b0db6d7db63fabd73fe95331db67.zip | |
Put back doxygen comment accidentally dropped in r250418.
llvm-svn: 250428
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 430c2cacb7e..7e7ba74106e 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -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); |

