Move remove-cstr-calls from a standalone executable to a clang-tidy check readability...
authorAlexander Kornienko <alexfh@google.com>
Mon, 16 Mar 2015 00:32:25 +0000 (00:32 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 16 Mar 2015 00:32:25 +0000 (00:32 +0000)
commit57a5c6b56c782d578d86cbf2e58bb403719afdee
tree640406129f00eb22d7ed054a054bf4c32f60397d
parent208caf22d97e0ad26c7c5dffed1a371c2dbb3a48
Move remove-cstr-calls from a standalone executable to a clang-tidy check readability-redundant-string-cstr

http://reviews.llvm.org/D7318

Patch by Richard Thomson!

llvm-svn: 232338
clang-tools-extra/CMakeLists.txt
clang-tools-extra/clang-tidy/readability/CMakeLists.txt
clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp [new file with mode: 0644]
clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.h [new file with mode: 0644]
clang-tools-extra/remove-cstr-calls/CMakeLists.txt [deleted file]
clang-tools-extra/remove-cstr-calls/Makefile [deleted file]
clang-tools-extra/remove-cstr-calls/RemoveCStrCalls.cpp [deleted file]
clang-tools-extra/test/CMakeLists.txt
clang-tools-extra/test/clang-tidy/readability-redundant-string-cstr.cpp [new file with mode: 0644]
clang-tools-extra/test/remove-cstr-calls/basic.cpp [deleted file]