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

Richard legalize at xmission.com
Mon Mar 2 21:29:25 PST 2015


Run clang-format on the source files.
Use the name `readability-redundant-cstr-call` for the check.
Update types of locals as requested


http://reviews.llvm.org/D7318

Files:
  CMakeLists.txt
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tidy/readability/RedundantCStrCall.cpp
  clang-tidy/readability/RedundantCStrCall.h
  remove-cstr-calls/CMakeLists.txt
  remove-cstr-calls/Makefile
  remove-cstr-calls/RemoveCStrCalls.cpp
  test/CMakeLists.txt
  test/clang-tidy/readability-redundant-cstr-call.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.21081.patch
Type: text/x-patch
Size: 23207 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150303/b5e2cb23/attachment.bin>


More information about the cfe-commits mailing list