[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 Jul 8 14:17:55 PDT 2019


mgehre updated this revision to Diff 208505.
mgehre marked 11 inline comments as done.
mgehre added a comment.

- Address review 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.208505.patch
Type: text/x-patch
Size: 16381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190708/cb7f350c/attachment-0001.bin>


More information about the cfe-commits mailing list