================
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++20 -verify %s
+// RUN: %clang_cc1 -std=c++20 -ferror-limit 0 -verify %s
----------------
hokein wrote:

This file contains many errors, the number of the errors exceeds the default 
number (19) in clang, which affects the clang behavior (clang will stop parsing 
when it reaches the error limit). 

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

Reply via email to