|
clang 22.0.0git
|
#include "clang/Basic/Diagnostic.h"#include "clang/Basic/LLVM.h"#include "llvm/Support/VirtualFileSystem.h"#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | clang::CreateInvocationOptions |
| Optional inputs to createInvocation. More... | |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
Functions | |
| std::unique_ptr< CompilerInvocation > | clang::createInvocation (ArrayRef< const char * > Args, CreateInvocationOptions Opts={}) |
| Interpret clang arguments in preparation to parse a file. | |