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

Daniel Kolozsvari via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 5 12:17:22 PDT 2019


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

Typedef and macro maches fixed, new test cases added.


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/ReleaseNotes.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.198194.patch
Type: text/x-patch
Size: 9123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190505/24615e4a/attachment.bin>


More information about the llvm-commits mailing list