Skip to content

Commit 8449ac1

Browse files
spallllvm-beanz
andauthored
Update clang/include/clang/Basic/DiagnosticSemaKinds.td
Co-authored-by: Chris B <[email protected]>
1 parent f44e697 commit 8449ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10638,7 +10638,7 @@ def err_sizeless_nonlocal : Error<
1063810638
def err_vector_index_out_of_range : Error<
1063910639
"vector element index %0 is out of bounds">;
1064010640
def warn_vector_index_out_of_range : Warning<
10641-
"vector element index %0 is out of bounds">,
10641+
err_vector_index_out_of_range.Summary>,
1064210642
InGroup<VectorOutOfRange>, DefaultIgnore;
1064310643

1064410644
def err_vec_builtin_non_vector : Error<

0 commit comments

Comments
 (0)