================
@@ -0,0 +1,99 @@
+// RUN: %clang_cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify=disabled -Wno-counted-by-addrof %s
+// RUN: %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | 
FileCheck %s
+
+// RUN: cp %s %t.c
+// RUN: %clang_cc1 -fixit %t.c
+// RUN: %clang_cc1 -fsyntax-only -Werror=counted-by-addrof %t.c
----------------
AaronBallman wrote:

Should we verify we get no diagnostics after applying the fixes?

https://github.com/llvm/llvm-project/pull/206760
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to