]> granicus.if.org Git - clang/commitdiff
Match declaration to definition.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 12 Jul 2009 23:52:11 +0000 (23:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 12 Jul 2009 23:52:11 +0000 (23:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75441 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/ASTConsumers.h
include/clang/Frontend/PCHReader.h

index fe5a198880da3dac5d985b9f023027801031915f..87c85e067ff9f314ba68d90e9d3302d5bc0494e6 100644 (file)
@@ -30,7 +30,7 @@ class Diagnostic;
 class FileManager;
 class Preprocessor;
 class PreprocessorFactory;
-struct CompileOptions;
+class CompileOptions;
 class LangOptions;
 
 // AST pretty-printer: prints out the AST in a format that is close to the
index aa984175e05e10559a9d163adb361118b95b0533..2ddf13fcf1ef605421bde93831ddaf48143979b1 100644 (file)
@@ -55,7 +55,7 @@ class Preprocessor;
 class Sema;
 class SwitchCase;
 class PCHReader;
-class HeaderFileInfo;
+struct HeaderFileInfo;
 
 /// \brief Abstract interface for callback invocations by the PCHReader.
 ///