[compiler-rt] [TSan] Make Shadow/Meta region inclusive-exclusive (PR #144647)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 18 13:10:41 PDT 2025


https://github.com/vitalybuka approved this pull request.

Unfortunately most of sanitizer code uses inclusive end,
which is annoying given that typical C++ convention is exclusive end.

LGTM to incrementally change, especially if there is an issue.

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


More information about the llvm-commits mailing list