diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-04-22 06:13:21 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-04-22 06:13:21 +0000 |
commit | 9f88fe865c51efa44d5c35d1afd4c4e313a5e26e (patch) | |
tree | a3139c6c59b51b83bcbb5b7d4f429faa56f0168a /clang/lib/CodeGen/CGDebugInfo.h | |
parent | f55abeaf4c2489106ccf4defdb1ebbd9a5d8b1ef (diff) | |
download | bcm5719-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.h | 3 |
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); |