[clang] [sanitizer] [clang] Introduce fsanitize-bounds-strict-flex-arrays (PR #126163)

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 7 16:36:02 PST 2025


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

any way to avoid None? and new enum completely?
E.g. Driver copy from another flag if this one is missing?


https://github.com/llvm/llvm-project/pull/126163


More information about the cfe-commits mailing list