[PATCH] D137302: [clang-tidy] Add modernize-type-traits check
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 15 04:00:55 PST 2023
njames93 updated this revision to Diff 489342.
njames93 marked an inline comment as done.
njames93 added a comment.
Remove unneeded static keyword
Improved fix-it logic if there is a space between the template name and the `<` token
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137302/new/
https://reviews.llvm.org/D137302
Files:
clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
clang-tools-extra/clang-tidy/modernize/ModernizeTidyModule.cpp
clang-tools-extra/clang-tidy/modernize/TypeTraitsCheck.cpp
clang-tools-extra/clang-tidy/modernize/TypeTraitsCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/modernize/type-traits.rst
clang-tools-extra/test/clang-tidy/checkers/modernize/type-traits.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137302.489342.patch
Type: text/x-patch
Size: 20416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230115/57585a3f/attachment-0001.bin>
More information about the cfe-commits
mailing list