Please use GitHub pull requests for new patches. Avoid migrating existing 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 4,375 Lines • ▼ Show 20 Lines | def J : JoinedOrSeparate<["-"], "J">, | ||||
Group<gfortran_Group>, | Group<gfortran_Group>, | ||||
Alias<module_dir>; | Alias<module_dir>; | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// FC1 Options | // FC1 Options | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
let Flags = [FC1Option, FlangOnlyOption] in { | let Flags = [FC1Option, FlangOnlyOption] in { | ||||
def fget_definition : MultiArg<["-"], "fget-definition", 3>, | |||||
HelpText<"Get the symbol definition from <line> <start-column> <end-column>">, | |||||
Group<Action_Group>; | |||||
def test_io : Flag<["-"], "test-io">, Group<Action_Group>, | def test_io : Flag<["-"], "test-io">, Group<Action_Group>, | ||||
HelpText<"Run the InputOuputTest action. Use for development and testing only.">; | HelpText<"Run the InputOuputTest action. Use for development and testing only.">; | ||||
def fdebug_unparse_no_sema : Flag<["-"], "fdebug-unparse-no-sema">, Group<Action_Group>, | def fdebug_unparse_no_sema : Flag<["-"], "fdebug-unparse-no-sema">, Group<Action_Group>, | ||||
HelpText<"Unparse and stop (skips the semantic checks)">, | HelpText<"Unparse and stop (skips the semantic checks)">, | ||||
DocBrief<[{Only run the parser, then unparse the parse-tree and output the | DocBrief<[{Only run the parser, then unparse the parse-tree and output the | ||||
generated Fortran source file. Semantic checks are disabled.}]>; | generated Fortran source file. Semantic checks are disabled.}]>; | ||||
def fdebug_unparse : Flag<["-"], "fdebug-unparse">, Group<Action_Group>, | def fdebug_unparse : Flag<["-"], "fdebug-unparse">, Group<Action_Group>, | ||||
HelpText<"Unparse and stop.">, | HelpText<"Unparse and stop.">, | ||||
▲ Show 20 Lines • Show All 1,751 Lines • Show Last 20 Lines |