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

i have a weak preference for flags to have a value that can represent the state 
that is the same as if they were not passed in. that is of course also possible 
in the driver, but would be a bit more complexity there.

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