2 Commits

Author SHA1 Message Date
Florian Mayer
c0952a931c [clang] [sanitizer] add pseudofunction to indicate array-bounds check (#128977)
With this, we can:

* use profilers to estimate how many cycles we spend on these checks
(subject to caveats),
* more easily see why we crashed.
2025-03-28 13:21:03 -07:00
Florian Mayer
db4dd333d0
[NFC] [clang] [sanitize] add autogen test for array-bounds debuginfo (#128976) 2025-02-27 14:00:15 -08:00