diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index 3756b42da3b329..7d719234192a93 100644 --- a/clang/include/clang/Driver/Options.td +++ b/clang/include/clang/Driver/Options.td @@ -104,13 +104,13 @@ def Action_Group : OptionGroup<"">, DocName<"Actions">, // Meta-group for options which are only used for compilation, // and not linking etc. def CompileOnly_Group : OptionGroup<"">, - DocName<"Compilation flags">, DocBrief<[{ + DocName<"Compilation options">, DocBrief<[{ Flags controlling the behavior of Clang during compilation. These flags have no effect during actions that do not perform compilation.}]>; def Preprocessor_Group : OptionGroup<"">, Group, - DocName<"Preprocessor flags">, DocBrief<[{ + DocName<"Preprocessor options">, DocBrief<[{ Flags controlling the behavior of the Clang preprocessor.}]>; def IncludePath_Group : OptionGroup<"">, Group, @@ -132,7 +132,7 @@ def d_Group : OptionGroup<"">, Group, Flags allowing the state of the preprocessor to be dumped in various ways.}]>; def Diag_Group : OptionGroup<"">, Group, - DocName<"Diagnostic flags">, DocBrief<[{ + DocName<"Diagnostic options">, DocBrief<[{ Flags controlling which warnings, errors, and remarks Clang will generate. See the :doc:`full list of warning and remark flags `.}]>; @@ -151,10 +151,10 @@ def f_clang_Group : OptionGroup<"">, def pedantic_Group : OptionGroup<"">, Group, DocFlatten; def opencl_Group : OptionGroup<"">, Group, - DocName<"OpenCL flags">; + DocName<"OpenCL options">; def sycl_Group : OptionGroup<"">, Group, - DocName<"SYCL flags">; + DocName<"SYCL options">; def m_Group : OptionGroup<"">, Group, DocName<"Target-dependent compilation options">; @@ -213,20 +213,20 @@ def ggdbN_Group : OptionGroup<"">, Group, DocFlatten; def gTune_Group : OptionGroup<"">, Group, DocName<"Debugger to tune debug information for">; def g_flags_Group : OptionGroup<"">, Group, - DocName<"Debug information flags">; + DocName<"Debug information options">; def StaticAnalyzer_Group : OptionGroup<"">, - DocName<"Static analyzer flags">, DocBrief<[{ + DocName<"Static analyzer options">, DocBrief<[{ Flags controlling the behavior of the Clang Static Analyzer.}]>; // gfortran options that we recognize in the driver and pass along when // invoking GCC to compile Fortran code. def gfortran_Group : OptionGroup<"">, - DocName<"Fortran compilation flags">, DocBrief<[{ + DocName<"Fortran compilation options">, DocBrief<[{ Flags that will be passed onto the ``gfortran`` compiler when Clang is given a Fortran input.}]>; -def Link_Group : OptionGroup<"">, DocName<"Linker flags">, +def Link_Group : OptionGroup<"">, DocName<"Linker options">, DocBrief<[{Flags that are passed on to the linker}]>; def T_Group : OptionGroup<"">, Group, DocFlatten; def u_Group : OptionGroup<"">, Group, DocFlatten; @@ -252,7 +252,7 @@ def clang_ignored_legacy_options_Group : OptionGroup<"">, Group, Flags<[Ignored]>; def LongDouble_Group : OptionGroup<"">, Group, - DocName<"Long double flags">, + DocName<"Long double options">, DocBrief<[{Selects the long double implementation}]>; // Retired with clang-5.0