[PATCH] D147357: [clang-tidy] Add bugprone-optional-value-conversion check
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 11 13:08:09 PDT 2023
PiotrZSL updated this revision to Diff 512559.
PiotrZSL marked 3 inline comments as done.
PiotrZSL added a comment.
Add fixes, add suport for std:move, fixed operator*() calls, added more tests
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147357/new/
https://reviews.llvm.org/D147357
Files:
clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/bugprone/optional-value-conversion.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/bugprone/optional-value-conversion.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147357.512559.patch
Type: text/x-patch
Size: 19263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230411/1493832f/attachment-0001.bin>
More information about the cfe-commits
mailing list