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 8449ac1 commit 14f60afCopy full SHA for 14f60af
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -10639,7 +10639,7 @@ 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
err_vector_index_out_of_range.Summary>,
10642
- InGroup<VectorOutOfRange>, DefaultIgnore;
+ InGroup<VectorOutOfRange>;
10643
10644
def err_vec_builtin_non_vector : Error<
10645
"%select{first two|all}1 arguments to %0 must be vectors">;
0 commit comments