[PATCH] D114427: [clang-tidy] Warn on functional C-style casts
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 28 04:03:29 PST 2021
carlosgalvezp updated this revision to Diff 390191.
carlosgalvezp added a comment.
Add extra test for template functions that use the functional cast. It should only warn when T is not a class type.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114427/new/
https://reviews.llvm.org/D114427
Files:
clang-tools-extra/clang-tidy/google/AvoidCStyleCastsCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/test/clang-tidy/checkers/google-readability-casting.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114427.390191.patch
Type: text/x-patch
Size: 6792 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211128/a8b409e4/attachment.bin>
More information about the cfe-commits
mailing list