angelgarcia updated this revision to Diff 37322.
angelgarcia added a comment.
Remove \code and \endcode.
http://reviews.llvm.org/D13590
Files:
clang-tidy/modernize/MakeUniqueCheck.cpp
test/clang-tidy/modernize-make-unique.cpp
Index: test/clang-tidy/modernize-make-unique.cpp
===
klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.
lg
Comment at: clang-tidy/modernize/MakeUniqueCheck.cpp:125-128
@@ +124,6 @@
+ // Direct initialization with initialization list.
+ // \code
+ // struct S { S
angelgarcia created this revision.
angelgarcia added a reviewer: klimek.
angelgarcia added subscribers: alexfh, cfe-commits.
modernize-make-unique now correctly supports the different kinds of list
initialization.
http://reviews.llvm.org/D13590
Files:
clang-tidy/modernize/MakeUniqueCheck.cpp