================
@@ -0,0 +1,84 @@
+// RUN: %clang_cc1 -fsyntax-only -fblocks -verify %s
----------------
Sirraide wrote:

It’s usually not required to separate code that errors and code that is 
supposed to compile without errors, but if it is required for something like 
this, then sure, go ahead.

>  -parsing, -sema, -constraints.

Well, *parsing*-related tests should probably go in `test/Parser` (from what 
I’ve seen so far, you also haven’t made any changes in the parser, though).

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

Reply via email to