[PATCH] D61749: [clang-tidy] initial version of readability-static-const-method
Matthias Gehre via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 13 14:33:57 PDT 2019
mgehre updated this revision to Diff 199329.
mgehre marked an inline comment as done.
mgehre added a comment.
Remove ``const`` part from this PR. Address comments.
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.199329.patch
Type: text/x-patch
Size: 15830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190513/84ebd35b/attachment.bin>
More information about the cfe-commits
mailing list