[PATCH] D55044: [cfe-dev] clang-tidy check for Abseil make_unique

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 28 22:15:02 PST 2018


lebedev.ri added a comment.

Thanks for working on this.
Semi-duplicate of D50852 <https://reviews.llvm.org/D50852> Please see discussion there.
It should not be an abseil-specific check, the prefix (`std`,`abseil`), and the function (`make_unique`) should be a config option, and it should likely be a part of `modernize-use-auto`.


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D55044





More information about the cfe-commits mailing list