================ @@ -0,0 +1,12 @@ +// RUN: %clang_cc1 -verify %s + +int bar; ---------------- mizvekov wrote:
Can be done, but the verifier doesn't enforce that a note goes with a specific error, and I'd like to avoid having the test make that unverified claim. https://github.com/llvm/llvm-project/pull/183222 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
