clang
9.0.0
|
Enumerator | |
---|---|
ASTDeclList | Parse ASTs and list Decl nodes. |
ASTDump | Parse ASTs and dump them. |
ASTPrint | Parse ASTs and print them. |
ASTView | Parse ASTs and view them in Graphviz. |
DumpCompilerOptions | Dump the compiler configuration. |
DumpRawTokens | Dump out raw tokens. |
DumpTokens | Dump out preprocessed tokens. |
EmitAssembly | Emit a .s file. |
EmitBC | Emit a .bc file. |
EmitHTML | Translate input source into HTML. |
EmitLLVM | Emit a .ll file. |
EmitLLVMOnly | Generate LLVM IR, but do not emit anything. |
EmitCodeGenOnly | Generate machine code, but don't emit anything. |
EmitObj | Emit a .o file. |
FixIt | Parse and apply any fixits to the source. |
GenerateModule | Generate pre-compiled module from a module map. |
GenerateModuleInterface | Generate pre-compiled module from a C++ module interface file. |
GenerateHeaderModule | Generate pre-compiled module from a set of header files. |
GeneratePCH | Generate pre-compiled header. |
GenerateInterfaceYAMLExpV1 | Generate Interface Stub Files. |
GenerateInterfaceTBEExpV1 | |
InitOnly | Only execute frontend initialization. |
ModuleFileInfo | Dump information about a module file. |
VerifyPCH | Load and verify that a PCH file is usable. |
ParseSyntaxOnly | Parse and perform semantic analysis. |
PluginAction | Run a plugin action,.
|
PrintPreamble | Print the "preamble" of the input file. |
PrintPreprocessedInput | -E mode. |
RewriteMacros | Expand macros but not #includes. |
RewriteObjC | ObjC->C Rewriter. |
RewriteTest | Rewriter playground. |
RunAnalysis | Run one or more source code analyses. |
TemplightDump | Dump template instantiations. |
MigrateSource | Run migrator. |
RunPreprocessorOnly | Just lex, no output. |
PrintDependencyDirectivesSourceMinimizerOutput | Print the output of the dependency directives source minimizer. |
Definition at line 33 of file FrontendOptions.h.
IncludeDirGroup - Identifies the group an include Entry belongs to, representing its relative positive in the search list.
#include directives whose paths are enclosed by string quotes ("") start searching at the Quoted group (specified by '-iquote'), then search the Angled group, then the System group, etc.
Definition at line 30 of file HeaderSearchOptions.h.
Enumerator | |
---|---|
LineComment | |
C99 | |
C11 | |
C17 | |
C2x | |
CPlusPlus | |
CPlusPlus11 | |
CPlusPlus14 | |
CPlusPlus17 | |
CPlusPlus2a | |
Digraphs | |
GNUMode | |
HexFloat | |
ImplicitInt | |
OpenCL |
Definition at line 20 of file LangStandard.h.