================
@@ -0,0 +1,10 @@
+// RUN: clang-query -c "match \
+// RUN:   functionDecl( \
+// RUN:       hasName( \
+// RUN:           \"foo\", \
+// RUN:       ), \
+// RUN:   ) \
+// RUN: " %s -- | FileCheck %s
+
+// CHECK: trailing-comma.c:10:1: note: "root" binds here
----------------
one-d-wide wrote:

Done. Also noticed that line escaping eats up new line characters in the 
initial test.

https://github.com/llvm/llvm-project/pull/148018
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to