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 3,627 Lines • ▼ Show 20 Lines | |||||
def nomultidefs : Flag<["-"], "nomultidefs">; | def nomultidefs : Flag<["-"], "nomultidefs">; | ||||
def nopie : Flag<["-"], "nopie">; | def nopie : Flag<["-"], "nopie">; | ||||
def no_pie : Flag<["-"], "no-pie">, Alias<nopie>; | def no_pie : Flag<["-"], "no-pie">, Alias<nopie>; | ||||
def noprebind : Flag<["-"], "noprebind">; | def noprebind : Flag<["-"], "noprebind">; | ||||
def noprofilelib : Flag<["-"], "noprofilelib">; | def noprofilelib : Flag<["-"], "noprofilelib">; | ||||
def noseglinkedit : Flag<["-"], "noseglinkedit">; | def noseglinkedit : Flag<["-"], "noseglinkedit">; | ||||
def nostartfiles : Flag<["-"], "nostartfiles">, Group<Link_Group>; | def nostartfiles : Flag<["-"], "nostartfiles">, Group<Link_Group>; | ||||
def nostdinc : Flag<["-"], "nostdinc">, Flags<[CoreOption]>; | def nostdinc : Flag<["-"], "nostdinc">, Flags<[CoreOption]>; | ||||
def nostdlibinc : Flag<["-"], "nostdlibinc">; | def nostdlibinc : Flag<["-"], "nostdlibinc">, Flags<[CoreOption]>; | ||||
def nostdincxx : Flag<["-"], "nostdinc++">, Flags<[CC1Option]>, | def nostdincxx : Flag<["-"], "nostdinc++">, Flags<[CC1Option, CoreOption]>, | ||||
HelpText<"Disable standard #include directories for the C++ standard library">, | HelpText<"Disable standard #include directories for the C++ standard library">, | ||||
MarshallingInfoNegativeFlag<HeaderSearchOpts<"UseStandardCXXIncludes">>; | MarshallingInfoNegativeFlag<HeaderSearchOpts<"UseStandardCXXIncludes">>; | ||||
def nostdlib : Flag<["-"], "nostdlib">, Group<Link_Group>; | def nostdlib : Flag<["-"], "nostdlib">, Group<Link_Group>; | ||||
def nostdlibxx : Flag<["-"], "nostdlib++">; | def nostdlibxx : Flag<["-"], "nostdlib++">, Group<Link_Group>; | ||||
def object : Flag<["-"], "object">; | def object : Flag<["-"], "object">; | ||||
def o : JoinedOrSeparate<["-"], "o">, Flags<[NoXarchOption, RenderAsInput, | def o : JoinedOrSeparate<["-"], "o">, Flags<[NoXarchOption, RenderAsInput, | ||||
CC1Option, CC1AsOption, FC1Option, FlangOption]>, | CC1Option, CC1AsOption, FC1Option, FlangOption]>, | ||||
HelpText<"Write output to <file>">, MetaVarName<"<file>">, | HelpText<"Write output to <file>">, MetaVarName<"<file>">, | ||||
MarshallingInfoString<FrontendOpts<"OutputFile">>; | MarshallingInfoString<FrontendOpts<"OutputFile">>; | ||||
def pagezero__size : JoinedOrSeparate<["-"], "pagezero_size">; | def pagezero__size : JoinedOrSeparate<["-"], "pagezero_size">; | ||||
def pass_exit_codes : Flag<["-", "--"], "pass-exit-codes">, Flags<[Unsupported]>; | def pass_exit_codes : Flag<["-", "--"], "pass-exit-codes">, Flags<[Unsupported]>; | ||||
def pedantic_errors : Flag<["-", "--"], "pedantic-errors">, Group<pedantic_Group>, Flags<[CC1Option]>, | def pedantic_errors : Flag<["-", "--"], "pedantic-errors">, Group<pedantic_Group>, Flags<[CC1Option]>, | ||||
▲ Show 20 Lines • Show All 2,619 Lines • Show Last 20 Lines |