diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2011-06-14 04:02:39 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2011-06-14 04:02:39 +0000 |
commit | fd05ca03abdfb38f78b9535d996ecc9c39d3b0db (patch) | |
tree | c6756338ea52c91ce62ffaaa4ea3cc67fb37b722 /lib/CodeGen/CGDebugInfo.h | |
parent | 467f7c8ba2b3c3b65065d05323696ded5d8a93a9 (diff) |
Move GlobalDecl to AST
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 6ec6b65f5e..eb1b22d902 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -33,11 +33,11 @@ namespace clang { class VarDecl; class ObjCInterfaceDecl; class ClassTemplateSpecializationDecl; + class GlobalDecl; namespace CodeGen { class CodeGenModule; class CodeGenFunction; - class GlobalDecl; class CGBlockInfo; /// CGDebugInfo - This class gathers all debug information during compilation |