summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/ASTConsumers.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/clang-cc/ASTConsumers.h')
-rw-r--r--clang/tools/clang-cc/ASTConsumers.h30
1 files changed, 14 insertions, 16 deletions
diff --git a/clang/tools/clang-cc/ASTConsumers.h b/clang/tools/clang-cc/ASTConsumers.h
index e7bc962bd92..d433d05b02f 100644
--- a/clang/tools/clang-cc/ASTConsumers.h
+++ b/clang/tools/clang-cc/ASTConsumers.h
@@ -55,35 +55,33 @@ ASTConsumer *CreateBackendConsumer(BackendAction Action,
Diagnostic &Diags,
const LangOptions &Features,
const CompileOptions &CompileOpts,
- const std::string& InFile,
- const std::string& OutFile);
+ const std::string &InFile,
+ const std::string &OutFile);
ASTConsumer* CreateHTMLPrinter(const std::string &OutFile, Diagnostic &D,
- Preprocessor *PP, PreprocessorFactory* PPF);
+ Preprocessor *PP, PreprocessorFactory *PPF);
ASTConsumer *CreateSerializationTest(Diagnostic &Diags,
- FileManager& FMgr);
+ FileManager &FMgr);
-ASTConsumer *CreateASTSerializer(const std::string& InFile,
- const std::string& EmitDir,
+ASTConsumer *CreateASTSerializer(const std::string &InFile,
+ const std::string &EmitDir,
Diagnostic &Diags);
-ASTConsumer *CreatePCHGenerator(Diagnostic &Diags,
- const LangOptions &Features,
- const std::string& InFile,
- const std::string& OutFile);
+ASTConsumer *CreatePCHGenerator(Preprocessor &PP,
+ const std::string &OutFile);
-ASTConsumer *CreateBlockRewriter(const std::string& InFile,
- const std::string& OutFile,
+ASTConsumer *CreateBlockRewriter(const std::string &InFile,
+ const std::string &OutFile,
Diagnostic &Diags,
const LangOptions &LangOpts);
ASTConsumer *CreateInheritanceViewer(const std::string& clsname);
-ASTConsumer* CreateAnalysisConsumer(Diagnostic &diags, Preprocessor* pp,
- PreprocessorFactory* ppf,
- const LangOptions& lopts,
- const std::string& output);
+ASTConsumer* CreateAnalysisConsumer(Diagnostic &diags, Preprocessor *pp,
+ PreprocessorFactory *ppf,
+ const LangOptions &lopts,
+ const std::string &output);
} // end clang namespace
OpenPOWER on IntegriCloud