aboutsummaryrefslogtreecommitdiff
path: root/include/clang
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-08-05 23:18:46 +0000
committerOwen Anderson <resistor@mac.com>2009-08-05 23:18:46 +0000
commit47a434ff3d49e7906eda88e8e8242e4297725b32 (patch)
treea0674748f127253634eed27d738aefb0b1972664 /include/clang
parentb502d839994cc3828573bd9ea472418e3536f415 (diff)
Update for LLVM API change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78259 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang')
-rw-r--r--include/clang/CodeGen/ModuleBuilder.h2
-rw-r--r--include/clang/Frontend/ASTConsumers.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/CodeGen/ModuleBuilder.h b/include/clang/CodeGen/ModuleBuilder.h
index 12b74d5147..0a08276a3f 100644
--- a/include/clang/CodeGen/ModuleBuilder.h
+++ b/include/clang/CodeGen/ModuleBuilder.h
@@ -18,7 +18,7 @@
#include <string>
namespace llvm {
- class LLVMContext;
+ struct LLVMContext;
class Module;
}
diff --git a/include/clang/Frontend/ASTConsumers.h b/include/clang/Frontend/ASTConsumers.h
index 87c85e067f..4c3228c2ec 100644
--- a/include/clang/Frontend/ASTConsumers.h
+++ b/include/clang/Frontend/ASTConsumers.h
@@ -20,7 +20,7 @@
namespace llvm {
class Module;
- class LLVMContext;
+ struct LLVMContext;
namespace sys { class Path; }
}
namespace clang {