diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-05-12 18:05:52 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-05-12 18:05:52 +0000 |
commit | 4cb63df342f0e1762845964027bafe94ef2446fb (patch) | |
tree | 83039952be0faf57b25f12fbd31190831f17f959 /clang/lib/CodeGen/CGDebugInfo.h | |
parent | 496ddcfba9c1aa0f97940174b3b9e7aa0fabc62b (diff) | |
download | bcm5719-llvm-4cb63df342f0e1762845964027bafe94ef2446fb.tar.gz bcm5719-llvm-4cb63df342f0e1762845964027bafe94ef2446fb.zip |
Debug Info: Comment changes in r181393 by request of echristo
llvm-svn: 181672
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index e61a50eeb41..f221a0cd3eb 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -95,6 +95,8 @@ class CGDebugInfo { llvm::DenseMap<const char *, llvm::WeakVH> DIFileCache; llvm::DenseMap<const FunctionDecl *, llvm::WeakVH> SPCache; + /// \brief Cache declarations relevant to DW_TAG_imported_declarations (C++ + /// using declarations) that aren't covered by other more specific caches. llvm::DenseMap<const Decl *, llvm::WeakVH> DeclCache; llvm::DenseMap<const NamespaceDecl *, llvm::WeakVH> NameSpaceCache; llvm::DenseMap<const Decl *, llvm::WeakVH> StaticDataMemberCache; |