[all-commits] [llvm/llvm-project] 687542: [compiler-rt][ASan] Fix description of __sanitizer...
Tacet via All-commits
all-commits at lists.llvm.org
Sun Apr 30 22:21:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6875424135312aeb26ab8e0358ba7f9e6e80e741
https://github.com/llvm/llvm-project/commit/6875424135312aeb26ab8e0358ba7f9e6e80e741
Author: Advenam Tacet <advenam.tacet at trailofbits.com>
Date: 2023-04-30 (Sun, 30 Apr 2023)
Changed paths:
M compiler-rt/include/sanitizer/common_interface_defs.h
Log Message:
-----------
[compiler-rt][ASan] Fix description of __sanitizer_annotate_contiguous_container
This revision updates the description of
`__sanitizer_annotate_contiguous_container` in includes. Possibilites of
the function were changed in D132522 and it supports:
- unaligned beginning,
- shared first/last granule with other objects.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D149341
More information about the All-commits
mailing list