diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-07 12:16:37 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-03-07 12:16:37 +0000 |
commit | 43af76e845c95be160c088ec11ba3c43e2527fa8 (patch) | |
tree | ec2c915110759d32db07e88afa7c0eb4bf419130 /lib/CodeGen/CodeGenModule.h | |
parent | c5613db921c87067660b262af379b38a2791e412 (diff) |
Some struct/class mismatch fixes, to silence MSVC warnings.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66335 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 76ab0f8937..c3a84af0c5 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -51,7 +51,7 @@ namespace clang { class NamedDecl; class ValueDecl; class VarDecl; - struct LangOptions; + class LangOptions; class Diagnostic; class AnnotateAttr; |