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 | 21ef7ae45c8b91f23cf5eab2263421bb398a644b (patch) | |
tree | 650f08225aa7823ffe38d5d7e234bf239edfc1ab /lib/CodeGen/CodeGenModule.cpp | |
parent | f7be9448af88e0ebb204bdcebfc13f4cb2b9d8e1 (diff) |
LinkageSpecDecl is c++ specific, move it to DeclCXX
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58704 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | lib/CodeGen/CodeGenModule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index 2ca893fb41..3555ccd53a 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/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" |