[PATCH] D17586: Add a new check, readability-redundant-string-init, that checks unnecessary string initializations.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 16:02:03 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL261939: Add a new check, readability-redundant-string-init, that checks unnecessary… (authored by alexfh).

Changed prior to commit:
  http://reviews.llvm.org/D17586?vs=49114&id=49118#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17586

Files:
  clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  clang-tools-extra/trunk/clang-tidy/ClangTidyDiagnosticConsumer.h
  clang-tools-extra/trunk/clang-tidy/readability/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tools-extra/trunk/clang-tidy/readability/RedundantStringInitCheck.cpp
  clang-tools-extra/trunk/clang-tidy/readability/RedundantStringInitCheck.h
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/readability-redundant-string-init.rst
  clang-tools-extra/trunk/test/clang-tidy/readability-redundant-string-init.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17586.49118.patch
Type: text/x-patch
Size: 11055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160226/6606ff1b/attachment.bin>


More information about the cfe-commits mailing list