Existing notes were not fully correct and were missing a detail:
- std::vector was annotated long time ago,
- std::deque annotations are new,
- now container annotations were extended to all allocators (support in ASan API exists since LLVM16).
Differential D156162
[NFC] Fix release notes about ASan AdvenamTacet on Jul 24 2023, 12:20 PM. Authored by
Details
Existing notes were not fully correct and were missing a detail:
Diff Detail
Event TimelineComment Actions LGTM % comment.
Comment Actions I changed order to avoid suggesting that std::deque has annotations not for all allocators.
|
I wouldn't go into too much detail here. We already added information about the annotations below. I think a design doc would be nice, but that will probably take too long for it to get into this release.