summaryrefslogtreecommitdiffstats
path: root/include/clang/Parse/ParseAST.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Parse/ParseAST.h')
-rw-r--r--include/clang/Parse/ParseAST.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/ParseAST.h b/include/clang/Parse/ParseAST.h
index 2405a0ccd6..21f9701c3e 100644
--- a/include/clang/Parse/ParseAST.h
+++ b/include/clang/Parse/ParseAST.h
@@ -36,7 +36,7 @@ namespace clang {
void ParseAST(Preprocessor &pp, ASTConsumer *C,
ASTContext &Ctx, bool PrintStats = false,
TranslationUnitKind TUKind = TU_Complete,
- CodeCompleteConsumer *CompletionConsumer = 0,
+ CodeCompleteConsumer *CompletionConsumer = nullptr,
bool SkipFunctionBodies = false);
/// \brief Parse the main file known to the preprocessor, producing an