Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
clang/include/clang/Driver/Options.td
- This file is larger than 256 KB, so syntax highlighting is disabled by default.
Show First 20 Lines • Show All 5,675 Lines • ▼ Show 20 Lines | def fdefault_calling_conv_EQ : Joined<["-"], "fdefault-calling-conv=">, | ||||
NormalizedValues<["DCC_CDecl", "DCC_FastCall", "DCC_StdCall", "DCC_VectorCall", "DCC_RegCall"]>, | NormalizedValues<["DCC_CDecl", "DCC_FastCall", "DCC_StdCall", "DCC_VectorCall", "DCC_RegCall"]>, | ||||
MarshallingInfoEnum<LangOpts<"DefaultCallingConv">, "DCC_None">; | MarshallingInfoEnum<LangOpts<"DefaultCallingConv">, "DCC_None">; | ||||
// These options cannot be marshalled, because they are used to set up the LangOptions defaults. | // These options cannot be marshalled, because they are used to set up the LangOptions defaults. | ||||
def finclude_default_header : Flag<["-"], "finclude-default-header">, | def finclude_default_header : Flag<["-"], "finclude-default-header">, | ||||
HelpText<"Include default header file for OpenCL">; | HelpText<"Include default header file for OpenCL">; | ||||
def fdeclare_opencl_builtins : Flag<["-"], "fdeclare-opencl-builtins">, | def fdeclare_opencl_builtins : Flag<["-"], "fdeclare-opencl-builtins">, | ||||
HelpText<"Add OpenCL builtin function declarations (experimental)">; | HelpText<"Add OpenCL builtin function declarations (experimental)">; | ||||
def fdeclare_spirv_builtins : Flag<["-"], "fdeclare-spirv-builtins">, | |||||
HelpText<"Add SPIR-V builtin function declarations (experimental)">; | |||||
def fpreserve_vec3_type : Flag<["-"], "fpreserve-vec3-type">, | def fpreserve_vec3_type : Flag<["-"], "fpreserve-vec3-type">, | ||||
HelpText<"Preserve 3-component vector type">, | HelpText<"Preserve 3-component vector type">, | ||||
MarshallingInfoFlag<CodeGenOpts<"PreserveVec3Type">>; | MarshallingInfoFlag<CodeGenOpts<"PreserveVec3Type">>; | ||||
def fwchar_type_EQ : Joined<["-"], "fwchar-type=">, | def fwchar_type_EQ : Joined<["-"], "fwchar-type=">, | ||||
HelpText<"Select underlying type for wchar_t">, Values<"char,short,int">, | HelpText<"Select underlying type for wchar_t">, Values<"char,short,int">, | ||||
NormalizedValues<["1", "2", "4"]>, | NormalizedValues<["1", "2", "4"]>, | ||||
MarshallingInfoEnum<LangOpts<"WCharSize">, "0">; | MarshallingInfoEnum<LangOpts<"WCharSize">, "0">; | ||||
▲ Show 20 Lines • Show All 690 Lines • Show Last 20 Lines |