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

André Schackier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 3 23:18:07 PDT 2023


AMS21 updated this revision to Diff 510698.
AMS21 marked an inline comment as done.
AMS21 added a comment.

Remove unneccesary braces


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.510698.patch
Type: text/x-patch
Size: 5644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230404/d2d98085/attachment-0001.bin>


More information about the cfe-commits mailing list