llvm-project
bf4da509 - [clang] [sanitizer] add pseudofunction to indicate array-bounds check (#128977)

Commit
300 days ago
[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.
Author
Parents
Loading