[clang] [Driver][BoundsSafety] Add -fexperimental-bounds-safety flag (PR #70480)

Yeoul Na via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 7 12:53:56 PST 2023


================
@@ -1412,6 +1412,9 @@ def FunctionMultiVersioning
 
 def NoDeref : DiagGroup<"noderef">;
 
+// Bounds safety specific warnings
+def IgnoredBoundsSafety : DiagGroup<"ignored-bounds-safety">;
----------------
rapidsna wrote:

Removed it!

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


More information about the cfe-commits mailing list