diff options
Diffstat (limited to 'clang/Driver/clang.h')
-rw-r--r-- | clang/Driver/clang.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/Driver/clang.h b/clang/Driver/clang.h index a3b3bcc68f6..46c0085f1fe 100644 --- a/clang/Driver/clang.h +++ b/clang/Driver/clang.h @@ -43,9 +43,6 @@ MinimalAction *CreatePrintParserActionsAction(IdentifierTable &); /// EmitLLVMFromASTs - Implement -emit-llvm, which generates llvm IR from C. void EmitLLVMFromASTs(Preprocessor &PP, bool PrintStats); - -/// CheckASTConsumer - Implement diagnostic checking for AST consumers. -bool CheckASTConsumer(Preprocessor &PP, ASTConsumer* C); /// CheckDiagnostics - Gather the expected diagnostics and check them. bool CheckDiagnostics(Preprocessor &PP); |