diff options
author | Chris Lattner <sabre@nondot.org> | 2007-09-04 02:46:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-09-04 02:46:00 +0000 |
commit | 717e7e3733dcada64b1e7d12c9a4724601d38fff (patch) | |
tree | 5417545de319fb55d312ebd19a2b3f9651c45f43 | |
parent | 701e5eb608d7b0b94279b6be86bf90f8dea68e9e (diff) |
silence VC++ warnings, patch by Hartmut Kaiser
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41694 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Driver/clang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/clang.h b/Driver/clang.h index 717d8886fe..06d49639e0 100644 --- a/Driver/clang.h +++ b/Driver/clang.h @@ -16,7 +16,7 @@ namespace clang { class Preprocessor; -class LangOptions; +struct LangOptions; class MinimalAction; class TargetInfo; class Diagnostic; |