@@ -3290,7 +3290,7 @@ def err_attribute_unsupported_m_profile
3290
3290
def err_duplicate_target_attribute
3291
3291
: Error<"%select{unsupported|duplicate|unknown}0%select{| CPU|"
3292
3292
" tune CPU}1 '%2' in the '%select{target|target_clones|target_version}3' "
3293
- "attribute string; ">;
3293
+ "attribute string;">;
3294
3294
// The err_*_attribute_argument_not_int are separate because they're used by
3295
3295
// VerifyIntegerConstantExpression.
3296
3296
def err_aligned_attribute_argument_not_int : Error<
@@ -9915,7 +9915,7 @@ def err_defaulted_comparison_constexpr_mismatch : Error<
9915
9915
"three-way comparison operator}0 cannot be "
9916
9916
"declared %select{constexpr|consteval}2 because "
9917
9917
"%select{it|for which the corresponding implicit 'operator==' }0 "
9918
- "invokes a non-constexpr comparison function ">;
9918
+ "invokes a non-constexpr comparison function">;
9919
9919
def note_defaulted_comparison_not_constexpr : Note<
9920
9920
"non-constexpr comparison function would be used to compare "
9921
9921
"%select{|member %1|base class %1}0">;
@@ -11559,7 +11559,7 @@ def err_omp_wrong_device_function_call : Error<
11559
11559
"function with 'device_type(%0)' is not available on %select{device|host}1">;
11560
11560
def note_omp_marked_device_type_here : Note<"marked as 'device_type(%0)' here">;
11561
11561
def err_omp_declare_target_has_local_vars : Error<
11562
- "local variable '%0' should not be used in 'declare target' directive; ">;
11562
+ "local variable '%0' should not be used in 'declare target' directive;">;
11563
11563
def warn_omp_declare_target_after_first_use : Warning<
11564
11564
"declaration marked as declare target after first use, it may lead to incorrect results">,
11565
11565
InGroup<OpenMPTarget>;
0 commit comments