================
@@ -444,6 +444,19 @@ class LangOptionsBase {
     IncompleteOnly = 3,
   };
 
+  enum class ArrayBoundsStrictFlexArraysLevelKind {
----------------
vitalybuka wrote:

We can do the same in cc1, the case will not be used, because driver will 
always pass something?

BTW, why -1 does not work with bitfied? I guess it will be all ones in 
underlying type is unsigned?

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

Reply via email to