[PATCH] D140021: [clang-tidy] Add configuration option to bugprone-unchecked-optional-access check.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 14 06:17:54 PST 2022


ymandel updated this revision to Diff 482833.
ymandel added a comment.

simplify new test file to only include relevant cases


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140021

Files:
  clang-tools-extra/clang-tidy/bugprone/UncheckedOptionalAccessCheck.cpp
  clang-tools-extra/clang-tidy/bugprone/UncheckedOptionalAccessCheck.h
  clang-tools-extra/test/clang-tidy/checkers/bugprone/unchecked-optional-access-ignore-smart.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140021.482833.patch
Type: text/x-patch
Size: 5816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221214/cfcc3937/attachment.bin>


More information about the cfe-commits mailing list