aboutsummaryrefslogtreecommitdiff
path: root/include/clang/CodeGen/ModuleBuilder.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-11 17:46:57 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-11 17:46:57 +0000
commitf21efe9088a0b3eda1209d1706529f6cb2073092 (patch)
tree287f71eb93dc4e9a7c8bbc09714101a5952f3157 /include/clang/CodeGen/ModuleBuilder.h
parent0dec56d4ce737484aff17d4429a6e2e2fbad73e0 (diff)
LLVMContext is a class now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/CodeGen/ModuleBuilder.h')
-rw-r--r--include/clang/CodeGen/ModuleBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/CodeGen/ModuleBuilder.h b/include/clang/CodeGen/ModuleBuilder.h
index 0a08276a3f..12b74d5147 100644
--- a/include/clang/CodeGen/ModuleBuilder.h
+++ b/include/clang/CodeGen/ModuleBuilder.h
@@ -18,7 +18,7 @@
#include <string>
namespace llvm {
- struct LLVMContext;
+ class LLVMContext;
class Module;
}