13#ifndef LLVM_CLANG_TOOLING_STANDALONEEXECUTION_H
14#define LLVM_CLANG_TOOLING_STANDALONEEXECUTION_H
41 llvm::vfs::getRealFileSystem(),
42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
43 std::make_shared<PCHContainerOperations>());
51 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
52 std::make_shared<PCHContainerOperations>());
87 std::optional<CommonOptionsParser> OptionsParser;
Abstract interface, implemented by clients of the front-end, which formats and prints fully processed...
Implements support for file system lookup, file system caching, and directory search management.
The context of an execution, including the information about compilation and results.
The JSON file list parser is used to communicate input to InstallAPI.