[PATCH] Add readability-remove-void-arg check to clang-tidy

Richard legalize at xmission.com
Sat Feb 28 11:10:24 PST 2015


Switched to using StringRef where possible.
Use QualType to narrow matches further to avoid unnecessary lexing.


http://reviews.llvm.org/D7639

Files:
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tidy/readability/RemoveVoidArg.cpp
  clang-tidy/readability/RemoveVoidArg.h
  test/clang-tidy/readability-remove-void-arg.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7639.20935.patch
Type: text/x-patch
Size: 30636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150228/698646fc/attachment.bin>


More information about the cfe-commits mailing list