[PATCH] D107900: Add a new clang-tidy check for trivially copyable types passed by const reference
Julien Marrec via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 11 09:38:15 PDT 2021
jmarrec updated this revision to Diff 365779.
jmarrec added a comment.
Forgot to run clang format on the changes
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107900/new/
https://reviews.llvm.org/D107900
Files:
clang-tools-extra/clang-tidy/misc/CMakeLists.txt
clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp
clang-tools-extra/clang-tidy/misc/PodConstRefToValueCheck.cpp
clang-tools-extra/clang-tidy/misc/PodConstRefToValueCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/misc-pod-const-ref-to-value.rst
clang-tools-extra/test/clang-tidy/checkers/misc-pod-const-ref-to-value.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107900.365779.patch
Type: text/x-patch
Size: 13312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210811/f9d322e4/attachment.bin>
More information about the cfe-commits
mailing list