[PATCH] D61749: [clang-tidy] initial version of readability-static-const-method
Matthias Gehre via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 9 12:49:18 PDT 2019
mgehre updated this revision to Diff 208785.
mgehre added a comment.
Move checks into AST matchers
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61749/new/
https://reviews.llvm.org/D61749
Files:
clang-tools-extra/clang-tidy/readability/CMakeLists.txt
clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tools-extra/clang-tidy/readability/StaticMethodCheck.cpp
clang-tools-extra/clang-tidy/readability/StaticMethodCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/docs/clang-tidy/checks/readability-static-method.rst
clang-tools-extra/test/clang-tidy/readability-static-method.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61749.208785.patch
Type: text/x-patch
Size: 16889 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190709/c72482cd/attachment.bin>
More information about the cfe-commits
mailing list