[all-commits] [llvm/llvm-project] eeb672: [clang-tidy] Add a release note about unchecked-op...

Jan Voung via All-commits all-commits at lists.llvm.org
Thu Feb 27 07:35:46 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eeb672a47c59b1d94ea3198d7427314ebbd80777
      https://github.com/llvm/llvm-project/commit/eeb672a47c59b1d94ea3198d7427314ebbd80777
  Author: Jan Voung <jvoung at google.com>
  Date:   2025-02-27 (Thu, 27 Feb 2025)

  Changed paths:
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/bugprone/unchecked-optional-access.rst

  Log Message:
  -----------
  [clang-tidy] Add a release note about unchecked-optional-access smart pointer caching (#122290)

With caching added in https://github.com/llvm/llvm-project/pull/120249,
the `IgnoreSmartPointerDereference` option shouldn't be needed anymore.

Other caching also added earlier:
https://github.com/llvm/llvm-project/pull/112605



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list