|
clang
5.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. |
| 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. |
| GeneratePCH |
Generate pre-compiled header. |
| GeneratePTH |
Generate pre-tokenized header. |
| 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,.
|
| PrintDeclContext |
Print DeclContext and their Decls. |
| 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. |
| MigrateSource |
Run migrator. |
| RunPreprocessorOnly |
Just lex, no output. |
Definition at line 29 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 29 of file HeaderSearchOptions.h.
| Enumerator | |
|---|---|
| LineComment | |
| C99 | |
| C11 | |
| CPlusPlus | |
| CPlusPlus11 | |
| CPlusPlus14 | |
| CPlusPlus1z | |
| CPlusPlus2a | |
| Digraphs | |
| GNUMode | |
| HexFloat | |
| ImplicitInt | |
| OpenCL | |
Definition at line 21 of file LangStandard.h.
1.8.6