diff options
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index fd1ac87ddab..fa1c0365e3c 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1196,6 +1196,10 @@ fdiagnostics-parseable-fixits Common Var(flag_diagnostics_parseable_fixits) Print fixit hints in machine-readable form. +fdiagnostics-generate-patch +Common Var(flag_diagnostics_generate_patch) +Print fix-it hints to stderr in unified diff format. + fdiagnostics-show-option Common Var(flag_diagnostics_show_option) Init(1) Amend appropriate diagnostic messages with the command line option that controls them. |