@@ -1055,7 +1055,7 @@ def Xlinker : Separate<["-"], "Xlinker">, Flags<[LinkerInput, RenderAsInput]>,
1055
1055
HelpText<"Pass <arg> to the linker">, MetaVarName<"<arg>">,
1056
1056
Group<Link_Group>;
1057
1057
def Xoffload_linker : JoinedAndSeparate<["-"], "Xoffload-linker">,
1058
- HelpText<"Pass <arg> to the offload linkers or the ones idenfied by -<triple>">,
1058
+ HelpText<"Pass <arg> to the offload linkers or the ones identified by -<triple>">,
1059
1059
MetaVarName<"<triple> <arg>">, Group<Link_Group>;
1060
1060
def Xpreprocessor : Separate<["-"], "Xpreprocessor">, Group<Preprocessor_Group>,
1061
1061
HelpText<"Pass <arg> to the preprocessor">, MetaVarName<"<arg>">;
@@ -2576,7 +2576,7 @@ defm sanitize_stats : BoolOption<"f", "sanitize-stats",
2576
2576
BothFlags<[], [ClangOption], " sanitizer statistics gathering.">>,
2577
2577
Group<f_clang_Group>;
2578
2578
def fsanitize_undefined_ignore_overflow_pattern_EQ : CommaJoined<["-"], "fsanitize-undefined-ignore-overflow-pattern=">,
2579
- HelpText<"Specify the overflow patterns to exclude from artihmetic sanitizer instrumentation">,
2579
+ HelpText<"Specify the overflow patterns to exclude from arithmetic sanitizer instrumentation">,
2580
2580
Visibility<[ClangOption, CC1Option]>,
2581
2581
Values<"none,all,add-unsigned-overflow-test,add-signed-overflow-test,negated-unsigned-const,unsigned-post-decr-while">,
2582
2582
MarshallingInfoStringVector<LangOpts<"OverflowPatternExclusionValues">>;
@@ -3216,7 +3216,7 @@ def fno_modules_prune_non_affecting_module_map_files :
3216
3216
def fincremental_extensions :
3217
3217
Flag<["-"], "fincremental-extensions">,
3218
3218
Group<f_Group>, Visibility<[ClangOption, CC1Option]>,
3219
- HelpText<"Enable incremental processing extensions such as processing"
3219
+ HelpText<"Enable incremental processing extensions such as processing "
3220
3220
"statements on the global scope.">,
3221
3221
MarshallingInfoFlag<LangOpts<"IncrementalExtensions">>;
3222
3222
@@ -3669,7 +3669,7 @@ def fopenmp_offload_mandatory : Flag<["-"], "fopenmp-offload-mandatory">, Group<
3669
3669
MarshallingInfoFlag<LangOpts<"OpenMPOffloadMandatory">>;
3670
3670
def fopenmp_force_usm : Flag<["-"], "fopenmp-force-usm">, Group<f_Group>,
3671
3671
Flags<[NoArgumentUnused]>, Visibility<[ClangOption, CC1Option, FlangOption, FC1Option]>,
3672
- HelpText<"Force behvaior as if the user specified pragma omp requires unified_shared_memory.">,
3672
+ HelpText<"Force behavior as if the user specified pragma omp requires unified_shared_memory.">,
3673
3673
MarshallingInfoFlag<LangOpts<"OpenMPForceUSM">>;
3674
3674
def fopenmp_target_jit : Flag<["-"], "fopenmp-target-jit">, Group<f_Group>,
3675
3675
Flags<[NoArgumentUnused]>, Visibility<[ClangOption, CLOption]>,
@@ -3776,20 +3776,20 @@ defm tocdata : BoolOption<"m","tocdata",
3776
3776
PosFlag<SetTrue, [], [ClangOption, CC1Option],
3777
3777
"All suitable variables will have the TOC data transformation applied">,
3778
3778
NegFlag<SetFalse, [], [ClangOption, CC1Option],
3779
- "This is the default. TOC data transformation is not applied to any"
3780
- "variables. Only variables specified explicitly in -mtocdata= will"
3779
+ "This is the default. TOC data transformation is not applied to any "
3780
+ "variables. Only variables specified explicitly in -mtocdata= will "
3781
3781
"have the TOC data transformation.">,
3782
3782
BothFlags<[TargetSpecific], [ClangOption, CLOption]>>, Group<m_Group>;
3783
3783
def mtocdata_EQ : CommaJoined<["-"], "mtocdata=">,
3784
3784
Visibility<[ClangOption, CC1Option]>,
3785
3785
Flags<[TargetSpecific]>, Group<m_Group>,
3786
- HelpText<"Specifies a list of variables to which the TOC data transformation"
3786
+ HelpText<"Specifies a list of variables to which the TOC data transformation "
3787
3787
"will be applied.">,
3788
3788
MarshallingInfoStringVector<CodeGenOpts<"TocDataVarsUserSpecified">>;
3789
3789
def mno_tocdata_EQ : CommaJoined<["-"], "mno-tocdata=">,
3790
3790
Visibility<[ClangOption, CC1Option]>,
3791
3791
Flags<[TargetSpecific]>, Group<m_Group>,
3792
- HelpText<"Specifies a list of variables to be exempt from the TOC data"
3792
+ HelpText<"Specifies a list of variables to be exempt from the TOC data "
3793
3793
"transformation.">,
3794
3794
MarshallingInfoStringVector<CodeGenOpts<"NoTocDataVars">>;
3795
3795
defm preserve_as_comments : BoolFOption<"preserve-as-comments",
@@ -4373,7 +4373,7 @@ def femit_dwarf_unwind_EQ : Joined<["-"], "femit-dwarf-unwind=">,
4373
4373
defm emit_compact_unwind_non_canonical : BoolFOption<"emit-compact-unwind-non-canonical",
4374
4374
CodeGenOpts<"EmitCompactUnwindNonCanonical">, DefaultFalse,
4375
4375
PosFlag<SetTrue, [], [ClangOption, CC1Option, CC1AsOption],
4376
- "Try emitting Compact-Unwind for non-canonical entries. Maybe overriden by other constraints">,
4376
+ "Try emitting Compact-Unwind for non-canonical entries. Maybe overridden by other constraints">,
4377
4377
NegFlag<SetFalse>>;
4378
4378
def g_Flag : Flag<["-"], "g">, Group<g_Group>,
4379
4379
Visibility<[ClangOption, CLOption, DXCOption, FlangOption]>,
@@ -5573,7 +5573,7 @@ def noseglinkedit : Flag<["-"], "noseglinkedit">;
5573
5573
def nostartfiles : Flag<["-"], "nostartfiles">, Group<Link_Group>;
5574
5574
def nostdinc : Flag<["-"], "nostdinc">,
5575
5575
Visibility<[ClangOption, CLOption, DXCOption]>, Group<IncludePath_Group>,
5576
- HelpText<"Disable both standard system #include directories and builtin #include directores ">;
5576
+ HelpText<"Disable both standard system #include directories and builtin #include directories ">;
5577
5577
def nostdlibinc : Flag<["-"], "nostdlibinc">, Group<IncludePath_Group>,
5578
5578
HelpText<"Disable standard system #include directories only">;
5579
5579
def nostdincxx : Flag<["-"], "nostdinc++">, Visibility<[ClangOption, CC1Option]>,
0 commit comments