[clang] [sanitizer] Refactor -f(no-)?sanitize-recover parsing (PR #119819)

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 17 16:29:39 PST 2024


================
@@ -317,7 +311,7 @@ static SanitizerMask parseSanitizeTrapArgs(const Driver &D,
   SanitizerMask AlwaysTrap; // Empty
----------------
vitalybuka wrote:

technically local-bounds is alwaystrap, but I working to change that.

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


More information about the cfe-commits mailing list