diff options
Diffstat (limited to 'lib/Sema/ParseAST.cpp')
-rw-r--r-- | lib/Sema/ParseAST.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/ParseAST.cpp b/lib/Sema/ParseAST.cpp index d09af0a450..d3f26d875c 100644 --- a/lib/Sema/ParseAST.cpp +++ b/lib/Sema/ParseAST.cpp @@ -35,7 +35,7 @@ using namespace clang; void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, ASTContext &Ctx, bool PrintStats, bool CompleteTranslationUnit, - CodeCompleteConsumer *(CreateCodeCompleter)(Sema &, void *Data), + CodeCompleteConsumer *(*CreateCodeCompleter)(Sema &, void *Data), void *CreateCodeCompleterData) { // Collect global stats on Decls/Stmts (until we have a module streamer). if (PrintStats) { |