aboutsummaryrefslogtreecommitdiff
path: root/include/clang
diff options
context:
space:
mode:
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 {