[PATCH] D69548: Give clang-tidy readability-redundant-string-init a customizable list of string types to fix
Conrad Poelman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 29 15:56:41 PDT 2019
poelmanc updated this revision to Diff 226987.
poelmanc added a comment.
Added release notes, fixed backticks in documentation, removed blank line, removed new hasListedName matcher and used existing hasAnyName matcher.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69548/new/
https://reviews.llvm.org/D69548
Files:
clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.cpp
clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/readability-redundant-string-init.rst
clang-tools-extra/test/clang-tidy/checkers/readability-redundant-string-init.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69548.226987.patch
Type: text/x-patch
Size: 7209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191029/9b93dace/attachment.bin>
More information about the cfe-commits
mailing list