================ @@ -0,0 +1,24 @@ +// RUN: %clang_cc1 -std=c++14 -Wunused-function -fsyntax-only %s ---------------- steakhal wrote:
Shouldn't this line use the `-verify` flag to assert the warnings? I'd suggest all tests having at least one asserted warning to demonstrate that we check them, alongside a check where we expect no reports. https://github.com/llvm/llvm-project/pull/196593 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
