diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-02-02 00:39:32 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-02-02 00:39:32 +0000 |
commit | c8c24277a8cce39db95b0e05b79cbdf7e7558355 (patch) | |
tree | 2cb73f2c5cad4a25b4157c1a56f292c92ffd181c /lib/CodeGen/CGDebugInfo.h | |
parent | 9ceca75892202e1791fb002be6418c8720d74912 (diff) |
Revert r174246, accidentally committed.
This reverts commit 1513eb9284c23acfd19cf742b95996fbb11ca741.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174249 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index bcda906a02..fbbee0b3d2 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -34,7 +34,6 @@ namespace clang { class ObjCInterfaceDecl; class ClassTemplateSpecializationDecl; class GlobalDecl; - class UsingDirectiveDecl; namespace CodeGen { class CodeGenModule; @@ -248,9 +247,6 @@ public: /// EmitGlobalVariable - Emit global variable's debug info. void EmitGlobalVariable(const ValueDecl *VD, llvm::Constant *Init); - /// \brief Emit a C++ using directive. - void EmitUsingDirectiveDecl(const UsingDirectiveDecl &UD); - /// getOrCreateRecordType - Emit record type's standalone debug info. llvm::DIType getOrCreateRecordType(QualType Ty, SourceLocation L); |