================ @@ -0,0 +1,12 @@ +// RUN: %clang_cc1 -verify %s + +int bar; ---------------- erichkeane wrote:
I insist actually. Put the notes next to the error. While verify doesn't do that YET, we do have work that WILL start doing that, and it makes these more clear to read. https://github.com/llvm/llvm-project/pull/183222 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
