[PATCH] D34206: [clang-tidy] Add "MakeSmartPtrFunction" option to modernize-make-shared/unique checks.

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 4 06:57:36 PDT 2017


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

LG with a couple of nits.



================
Comment at: test/clang-tidy/modernize-make-shared-header.cpp:9
+// RUN:   -- -std=c++11 \
+// RUN:   -I%S/Inputs/modernize-smart-ptr
+
----------------
I'd put this on the previous line.


================
Comment at: test/clang-tidy/modernize-make-unique-header.cpp:9
+// RUN:   -- -std=c++11 \
+// RUN:   -I%S/Inputs/modernize-smart-ptr
+
----------------
I'd put this on the previous line.


https://reviews.llvm.org/D34206





More information about the cfe-commits mailing list