We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44e697 commit 8449ac1Copy full SHA for 8449ac1
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -10638,7 +10638,7 @@ def err_sizeless_nonlocal : Error<
10638
def err_vector_index_out_of_range : Error<
10639
"vector element index %0 is out of bounds">;
10640
def warn_vector_index_out_of_range : Warning<
10641
- "vector element index %0 is out of bounds">,
+ err_vector_index_out_of_range.Summary>,
10642
InGroup<VectorOutOfRange>, DefaultIgnore;
10643
10644
def err_vec_builtin_non_vector : Error<
0 commit comments