Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
cfe/trunk/include/clang/Driver/CC1Options.td
Show First 20 Lines • Show All 601 Lines • ▼ Show 20 Lines | def fix_only_warnings : Flag<["-"], "fix-only-warnings">, | ||||
HelpText<"Apply fix-it advice only for warnings, not errors">; | HelpText<"Apply fix-it advice only for warnings, not errors">; | ||||
def fixit_recompile : Flag<["-"], "fixit-recompile">, | def fixit_recompile : Flag<["-"], "fixit-recompile">, | ||||
HelpText<"Apply fix-it changes and recompile">; | HelpText<"Apply fix-it changes and recompile">; | ||||
def fixit_to_temp : Flag<["-"], "fixit-to-temporary">, | def fixit_to_temp : Flag<["-"], "fixit-to-temporary">, | ||||
HelpText<"Apply fix-it changes to temporary files">; | HelpText<"Apply fix-it changes to temporary files">; | ||||
def foverride_record_layout_EQ : Joined<["-"], "foverride-record-layout=">, | def foverride_record_layout_EQ : Joined<["-"], "foverride-record-layout=">, | ||||
HelpText<"Override record layouts with those in the given file">; | HelpText<"Override record layouts with those in the given file">; | ||||
def find_pch_source_EQ : Joined<["-"], "find-pch-source=">, | def pch_through_header_EQ : Joined<["-"], "pch-through-header=">, | ||||
HelpText<"When building a pch, try to find the input file in include " | HelpText<"Stop PCH generation after including this file. When using a PCH, " | ||||
"directories, as if it had been included by the argument passed " | "skip tokens until after this file is included.">; | ||||
"to this flag.">; | |||||
def fno_pch_timestamp : Flag<["-"], "fno-pch-timestamp">, | def fno_pch_timestamp : Flag<["-"], "fno-pch-timestamp">, | ||||
HelpText<"Disable inclusion of timestamp in precompiled headers">; | HelpText<"Disable inclusion of timestamp in precompiled headers">; | ||||
def building_pch_with_obj : Flag<["-"], "building-pch-with-obj">, | def building_pch_with_obj : Flag<["-"], "building-pch-with-obj">, | ||||
HelpText<"This compilation is part of building a PCH with corresponding object file.">; | HelpText<"This compilation is part of building a PCH with corresponding object file.">; | ||||
def aligned_alloc_unavailable : Flag<["-"], "faligned-alloc-unavailable">, | def aligned_alloc_unavailable : Flag<["-"], "faligned-alloc-unavailable">, | ||||
HelpText<"Aligned allocation/deallocation functions are unavailable">; | HelpText<"Aligned allocation/deallocation functions are unavailable">; | ||||
▲ Show 20 Lines • Show All 230 Lines • Show Last 20 Lines |