summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-04-22 06:13:21 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-04-22 06:13:21 +0000
commit9f88fe865c51efa44d5c35d1afd4c4e313a5e26e (patch)
treea3139c6c59b51b83bcbb5b7d4f429faa56f0168a /clang/lib/CodeGen/CGDebugInfo.h
parentf55abeaf4c2489106ccf4defdb1ebbd9a5d8b1ef (diff)
downloadbcm5719-llvm-9f88fe865c51efa44d5c35d1afd4c4e313a5e26e.tar.gz
bcm5719-llvm-9f88fe865c51efa44d5c35d1afd4c4e313a5e26e.zip
Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_module""
This reverts commit 179839 now that the corresponding LLVM patch has been fixed. llvm-svn: 179997
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h
index 060b7380580..4080492a1c6 100644
--- a/clang/lib/CodeGen/CGDebugInfo.h
+++ b/clang/lib/CodeGen/CGDebugInfo.h
@@ -262,6 +262,9 @@ public:
/// EmitGlobalVariable - Emit global variable's debug info.
void EmitGlobalVariable(const ValueDecl *VD, llvm::Constant *Init);
+ /// \brief - Emit C++ using directive.
+ void EmitUsingDirective(const UsingDirectiveDecl &UD);
+
/// getOrCreateRecordType - Emit record type's standalone debug info.
llvm::DIType getOrCreateRecordType(QualType Ty, SourceLocation L);
OpenPOWER on IntegriCloud