[all-commits] [llvm/llvm-project] 705fb0: [NFC][libc++] Update comments to reflect changes i...
Tacet via All-commits
all-commits at lists.llvm.org
Mon Jul 24 11:33:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 705fb08be1eb723994edae31aa49ff3b8fa15669
https://github.com/llvm/llvm-project/commit/705fb08be1eb723994edae31aa49ff3b8fa15669
Author: Advenam Tacet <advenam.tacet at trailofbits.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M libcxx/include/deque
M libcxx/include/vector
Log Message:
-----------
[NFC][libc++] Update comments to reflect changes in ASan
ASan capabilities were extended, but some comments were not updated and describe old behavior. This commit updates outdated comments, which I found.
Mentioned changes are:
- All allocators in containers (`std::vector` and `std::deque`; D146815 D136765) are supported, but it's possible to turn off annotations for a specific allocator (D145628).
- Buffers don't have to be aligned (D132522).
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D156155
More information about the All-commits
mailing list