[clang] [ubsan] Assert that each check only has one SanitizerKind (PR #122392)
Thurston Dang via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 10 11:08:34 PST 2025
================
@@ -3603,6 +3603,8 @@ void CodeGenFunction::EmitCheck(
llvm::Value *TrapCond = nullptr;
bool NoMerge = false;
for (int i = 0, n = Checked.size(); i < n; ++i) {
----------------
thurstond wrote:
https://github.com/llvm/llvm-project/pull/122511
https://github.com/llvm/llvm-project/pull/122392
More information about the cfe-commits
mailing list