diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-04 16:51:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-04 16:51:42 +0000 |
commit | b8c18fa59a9e10f09d268e9198b3fa3a6ba3a0a7 (patch) | |
tree | c1e31111ac8b41b8a500cdd8bd03fbed4509af03 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 20687e99b770ba12ab4c954e4bf96c234404fd87 (diff) | |
download | bcm5719-llvm-b8c18fa59a9e10f09d268e9198b3fa3a6ba3a0a7.tar.gz bcm5719-llvm-b8c18fa59a9e10f09d268e9198b3fa3a6ba3a0a7.zip |
LinkageSpecDecl is c++ specific, move it to DeclCXX
llvm-svn: 58704
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index 2ca893fb41f..3555ccd53a5 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -18,6 +18,7 @@ #include "CGObjCRuntime.h" #include "clang/AST/ASTContext.h" #include "clang/AST/DeclObjC.h" +#include "clang/AST/DeclCXX.h" #include "clang/Basic/Diagnostic.h" #include "clang/Basic/SourceManager.h" #include "clang/Basic/TargetInfo.h" |