================
@@ -0,0 +1,16 @@
+// RUN: %clang_cc1 -fsyntax-only -verify %s
+
+int ab[7]; // expected-note {{'ab' declared here}} \
----------------
Serosh-commits wrote:> Please use our 'bookmarks' feature (see the manual on the verify diagnostics > consumer) to put the 'error' and 'note' in the correct order/next to > eachother. I'm incredibly confused by what is going on with this test now. ok ii will use bookmarks for it and apologies clang thought abc<> was a typo and tried to fix it to ab which lead u to too many unrelated errors https://github.com/llvm/llvm-project/pull/183633 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
