mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
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