[PATCH] D147383: [clang-tidy] Allow bugprone-unchecked-optional-access to handle calls to `std::forward`

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 4 00:25:48 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG25956d55d024: [clang-tidy] Allow bugprone-unchecked-optional-access to handle calls to `stdā€¦ (authored by AMS21, committed by PiotrZSL).

Changed prior to commit:
  https://reviews.llvm.org/D147383?vs=510698&id=510714#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147383/new/

https://reviews.llvm.org/D147383

Files:
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/test/clang-tidy/checkers/bugprone/unchecked-optional-access.cpp
  clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147383.510714.patch
Type: text/x-patch
Size: 5645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230404/837ecf8f/attachment.bin>


More information about the cfe-commits mailing list