mbenfield added inline comments.
================ Comment at: clang/test/Sema/vector-gcc-compat.c:38 v2i64 v2i64_a = (v2i64){0, 1}; - v2i64 v2i64_r; + v2i64 v2i64_r; // expected-warning{{variable 'v2i64_r' set but not used}} ---------------- aeubanks wrote: > this file isn't really testing this, I think this test should disable these > warnings. I believe other tests do similar things, but it might be good grep > around `clang/test` for `'Wno'` just to make sure Makes sense, but is there a reason this test file uses `-Weverything` ? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100581/new/ https://reviews.llvm.org/D100581 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits