Changeset View
Changeset View
Standalone View
Standalone View
include/clang/Driver/CC1Options.td
Show First 20 Lines • Show All 606 Lines • ▼ Show 20 Lines | |||||
def fnative_half_type: Flag<["-"], "fnative-half-type">, | def fnative_half_type: Flag<["-"], "fnative-half-type">, | ||||
HelpText<"Use the native half type for __fp16 instead of promoting to float">; | HelpText<"Use the native half type for __fp16 instead of promoting to float">; | ||||
def fnative_half_arguments_and_returns : Flag<["-"], "fnative-half-arguments-and-returns">, | def fnative_half_arguments_and_returns : Flag<["-"], "fnative-half-arguments-and-returns">, | ||||
HelpText<"Use the native __fp16 type for arguments and returns (and skip ABI-specific lowering)">; | HelpText<"Use the native __fp16 type for arguments and returns (and skip ABI-specific lowering)">; | ||||
def fallow_half_arguments_and_returns : Flag<["-"], "fallow-half-arguments-and-returns">, | def fallow_half_arguments_and_returns : Flag<["-"], "fallow-half-arguments-and-returns">, | ||||
HelpText<"Allow function arguments and returns of type half">; | HelpText<"Allow function arguments and returns of type half">; | ||||
def fdefault_calling_conv_EQ : Joined<["-"], "fdefault-calling-conv=">, | def fdefault_calling_conv_EQ : Joined<["-"], "fdefault-calling-conv=">, | ||||
HelpText<"Set default MS calling convention">; | HelpText<"Set default MS calling convention">; | ||||
def fno_default_header : Flag<["-"], "fno-default-header">, | |||||
HelpText<"Do not include the default header file for OpenCL">; | |||||
// C++ TSes. | // C++ TSes. | ||||
def fcoroutines : Flag<["-"], "fcoroutines">, | def fcoroutines : Flag<["-"], "fcoroutines">, | ||||
HelpText<"Enable support for the C++ Coroutines TS">; | HelpText<"Enable support for the C++ Coroutines TS">; | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// Header Search Options | // Header Search Options | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
▲ Show 20 Lines • Show All 118 Lines • Show Last 20 Lines |