[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 16:06:13 PDT 2019


poelmanc marked 3 inline comments as done.
poelmanc added a comment.

@aaron.ballman Thanks for the `hasAnyName` feedback! From the name `internal::VariadicFunction` I assumed arguments were needed at compile-time, but thanks to your suggestion I found the overload taking `ArrayRef<ArgT>`.


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69548/new/

https://reviews.llvm.org/D69548





More information about the cfe-commits mailing list