diff options
author | Eric Christopher <echristo@gmail.com> | 2013-04-19 07:46:36 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-04-19 07:46:36 +0000 |
commit | 3669c3c603a8e5ec15d5380b0cb9b803e5ca5ac0 (patch) | |
tree | 2972e5dd29ef55cf9d5b4ad17a36210493477924 /clang/lib/CodeGen/CGDebugInfo.h | |
parent | 3dbf346ef358004c213774c7bb83e47687ced102 (diff) | |
download | bcm5719-llvm-3669c3c603a8e5ec15d5380b0cb9b803e5ca5ac0.tar.gz bcm5719-llvm-3669c3c603a8e5ec15d5380b0cb9b803e5ca5ac0.zip |
Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"
This reverts commit r179837 as it seems to be causing test failures.
llvm-svn: 179839
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 4080492a1c6..060b7380580 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -262,9 +262,6 @@ 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); |