[PATCH] Refactor: Move remove-cstr-calls from a standalone executable to a clang-tidy check readability-redundant-string-cstr

Richard legalize at xmission.com
Sat Mar 7 11:25:41 PST 2015


Improve the naming to be more consistent with other checks:
RedundantStringCStrCheck
readability-redundant-string-cstr


http://reviews.llvm.org/D7318

Files:
  CMakeLists.txt
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tidy/readability/RedundantStringCStrCheck.cpp
  clang-tidy/readability/RedundantStringCStrCheck.h
  remove-cstr-calls/CMakeLists.txt
  remove-cstr-calls/Makefile
  remove-cstr-calls/RemoveCStrCalls.cpp
  test/CMakeLists.txt
  test/clang-tidy/readability-redundant-string-cstr.cpp
  test/remove-cstr-calls/basic.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7318.21428.patch
Type: text/x-patch
Size: 23277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150307/caf14106/attachment.bin>


More information about the cfe-commits mailing list