From: Evgeniy Stepanov Date: Thu, 31 Jan 2013 14:27:38 +0000 (+0000) Subject: Attempt to fix Windows build breakage. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=335078b0ffa844a963fdebab58b80f645ba32088;p=clang Attempt to fix Windows build breakage. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174060 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/libclang/Indexing.cpp b/tools/libclang/Indexing.cpp index 6f01a0b349..e8977e09ed 100644 --- a/tools/libclang/Indexing.cpp +++ b/tools/libclang/Indexing.cpp @@ -55,7 +55,8 @@ class SessionSkipBodyData { }; class TUSkipBodyControl { public: TUSkipBodyControl(SessionSkipBodyData &sessionData, - PPConditionalDirectiveRecord &ppRec) { } + PPConditionalDirectiveRecord &ppRec, + Preprocessor &pp) { } bool isParsed(SourceLocation Loc, FileID FID, const FileEntry *FE) { return false; }