[clang] [llvm] [UBSan] Implement src:*=sanitize for UBSan (PR #140529)

Qinkun Bao via cfe-commits cfe-commits at lists.llvm.org
Fri May 23 19:23:16 PDT 2025


================
@@ -63,6 +63,11 @@ Error SpecialCaseList::Matcher::insert(StringRef Pattern, unsigned LineNumber,
                        .moveInto(Pair.first))
       return Err;
     Pair.second = LineNumber;
+  } else {
----------------
qinkunbao wrote:

> It will not be needed after Matcher::Globs -> vector change

Yeah, https://github.com/llvm/llvm-project/pull/140964 is landed. The change is easy now

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


More information about the cfe-commits mailing list