[PATCH] D52989: [clang-tidy] Fix handling of parens around new expressions in make_<smartptr> checks.

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 9 08:58:33 PDT 2018


alexfh updated this revision to Diff 168812.
alexfh marked 2 inline comments as done.
alexfh added a comment.

- Remove recursion, use `auto`.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52989

Files:
  clang-tidy/modernize/MakeSmartPtrCheck.cpp
  clang-tidy/modernize/MakeSmartPtrCheck.h
  test/clang-tidy/modernize-make-shared.cpp
  test/clang-tidy/modernize-make-unique.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52989.168812.patch
Type: text/x-patch
Size: 7895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181009/1aa87ccd/attachment.bin>


More information about the cfe-commits mailing list