[PATCH] D33841: [clang-tidy] redundant keyword check

Daniel Kolozsvari via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 09:41:01 PST 2019


koldaniel updated this revision to Diff 184111.
koldaniel added a comment.

As it was mentioned earlier, I think it would be a better way forward to handle the check of redundant inlines in the scope of the other checker: https://reviews.llvm.org/D18914


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D33841/new/

https://reviews.llvm.org/D33841

Files:
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tidy/readability/RedundantExternCheck.cpp
  clang-tidy/readability/RedundantExternCheck.h
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/readability-redundant-extern.rst
  test/clang-tidy/readability-redundant-extern.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33841.184111.patch
Type: text/x-patch
Size: 7217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190129/16ca948c/attachment.bin>


More information about the llvm-commits mailing list