|
clang
5.0.0
|
#include "clang/Basic/DiagnosticOptions.h"#include "clang/Basic/FileSystemOptions.h"#include "clang/Basic/LangOptions.h"#include "clang/Frontend/CodeGenOptions.h"#include "clang/Frontend/DependencyOutputOptions.h"#include "clang/Frontend/FrontendOptions.h"#include "clang/Frontend/LangStandard.h"#include "clang/Frontend/MigratorOptions.h"#include "clang/Frontend/PreprocessorOutputOptions.h"#include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"#include "llvm/ADT/IntrusiveRefCntPtr.h"#include <string>Go to the source code of this file.
Classes | |
| class | clang::CompilerInvocationBase |
| class | clang::CompilerInvocation |
| Helper class for holding the data necessary to invoke the compiler. More... | |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
| llvm::opt | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::vfs | |
Functions | |
| bool | clang::ParseDiagnosticArgs (DiagnosticOptions &Opts, llvm::opt::ArgList &Args, DiagnosticsEngine *Diags=nullptr, bool DefaultDiagColor=true, bool DefaultShowOpt=true) |
| Fill out Opts based on the options given in Args. More... | |
| IntrusiveRefCntPtr < vfs::FileSystem > | clang::createVFSFromCompilerInvocation (const CompilerInvocation &CI, DiagnosticsEngine &Diags) |
| IntrusiveRefCntPtr < vfs::FileSystem > | clang::createVFSFromCompilerInvocation (const CompilerInvocation &CI, DiagnosticsEngine &Diags, IntrusiveRefCntPtr< vfs::FileSystem > BaseFS) |
1.8.6