From 75fcef9a16e98b95fa980f1b2c4fc0d4090955d8 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 23 Jul 2013 21:17:14 +0000 Subject: [PATCH] Remove HelpText for -fno-diagnostics-show-note-include-stack The help text was wrong, and we already provide help text on the option that actually changes anything, i.e. -fdiagnostics-show-note-include-stack. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186989 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Driver/Options.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index 3e2fe4d50e..3e97b4b4b0 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -584,7 +584,7 @@ def fno_diagnostics_fixit_info : Flag<["-"], "fno-diagnostics-fixit-info">, Grou def fno_diagnostics_show_name : Flag<["-"], "fno-diagnostics-show-name">, Group; def fno_diagnostics_show_option : Flag<["-"], "fno-diagnostics-show-option">, Group; def fno_diagnostics_show_note_include_stack : Flag<["-"], "fno-diagnostics-show-note-include-stack">, - Flags<[CC1Option]>, Group, HelpText<"Display include stacks for diagnostic notes">; + Flags<[CC1Option]>, Group; def fno_dollars_in_identifiers : Flag<["-"], "fno-dollars-in-identifiers">, Group, HelpText<"Disallow '$' in identifiers">, Flags<[CC1Option]>; def fno_elide_constructors : Flag<["-"], "fno-elide-constructors">, Group, -- 2.40.0