[PATCH] D61749: [clang-tidy] initial version of readability-convert-member-functions-to-static
Matthias Gehre via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 14:20:52 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL366265: [clang-tidy] initial version of readability-convert-member-functions-to-static (authored by mgehre, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D61749?vs=209360&id=210176#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61749/new/
https://reviews.llvm.org/D61749
Files:
clang-tools-extra/trunk/clang-tidy/readability/CMakeLists.txt
clang-tools-extra/trunk/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp
clang-tools-extra/trunk/clang-tidy/readability/ConvertMemberFunctionsToStatic.h
clang-tools-extra/trunk/clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tools-extra/trunk/docs/ReleaseNotes.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/readability-convert-member-functions-to-static.rst
clang-tools-extra/trunk/test/clang-tidy/readability-convert-member-functions-to-static.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61749.210176.patch
Type: text/x-patch
Size: 17926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190716/900f0be9/attachment.bin>
More information about the llvm-commits
mailing list