[PATCH] D40392: [clang-tidy] rename_check.py misc-argument-comment bugprone-argument-comment
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 23 07:05:27 PST 2017
alexfh created this revision.
Herald added subscribers: xazax.hun, mgorny.
+ manually convert the unit test to lit test.
https://reviews.llvm.org/D40392
Files:
clang-tidy/bugprone/ArgumentCommentCheck.cpp
clang-tidy/bugprone/ArgumentCommentCheck.h
clang-tidy/bugprone/BugproneTidyModule.cpp
clang-tidy/bugprone/CMakeLists.txt
clang-tidy/misc/ArgumentCommentCheck.cpp
clang-tidy/misc/ArgumentCommentCheck.h
clang-tidy/misc/CMakeLists.txt
clang-tidy/misc/MiscTidyModule.cpp
docs/ReleaseNotes.rst
docs/clang-tidy/checks/bugprone-argument-comment.rst
docs/clang-tidy/checks/list.rst
docs/clang-tidy/checks/misc-argument-comment.rst
test/clang-tidy/bugprone-argument-comment-gmock.cpp
test/clang-tidy/bugprone-argument-comment-strict.cpp
test/clang-tidy/bugprone-argument-comment.cpp
test/clang-tidy/misc-argument-comment-gmock.cpp
test/clang-tidy/misc-argument-comment-strict.cpp
test/clang-tidy/misc-argument-comment.cpp
unittests/clang-tidy/CMakeLists.txt
unittests/clang-tidy/MiscModuleTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40392.124079.patch
Type: text/x-patch
Size: 10848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171123/f8c316a4/attachment-0001.bin>
More information about the cfe-commits
mailing list