[all-commits] [llvm/llvm-project] 3326fe: [NFC] Fix release notes about ASan

Tacet via All-commits all-commits at lists.llvm.org
Mon Jul 24 19:50:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3326feb39729e04b5bfdb9f87c8118573451b501
      https://github.com/llvm/llvm-project/commit/3326feb39729e04b5bfdb9f87c8118573451b501
  Author: Advenam Tacet <advenam.tacet at trailofbits.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

  Changed paths:
    M libcxx/docs/ReleaseNotes/17.rst

  Log Message:
  -----------
  [NFC] Fix release notes about ASan

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).

Reviewed By: philnik, #libc

Differential Revision: https://reviews.llvm.org/D156162




More information about the All-commits mailing list