This is an archive of the discontinued LLVM Phabricator instance.

Support every kind of initialization.
ClosedPublic

Authored by angelgarcia on Oct 9 2015, 5:58 AM.

Details

Summary

modernize-make-unique now correctly supports the different kinds of list initialization.

Diff Detail

Event Timeline

angelgarcia updated this revision to Diff 36942.Oct 9 2015, 5:58 AM
angelgarcia retitled this revision from to Support every kind of initialization..
angelgarcia updated this object.
angelgarcia added a reviewer: klimek.
angelgarcia added subscribers: alexfh, cfe-commits.
klimek accepted this revision.Oct 13 2015, 1:37 AM
klimek edited edge metadata.

lg

clang-tidy/modernize/MakeUniqueCheck.cpp
125–128

Nit: this is not a doxygen comment, so \code \endcode doesn't make too much sense; just leave them out. (here and elsewhere)

This revision is now accepted and ready to land.Oct 13 2015, 1:37 AM
angelgarcia edited edge metadata.

Remove \code and \endcode.

angelgarcia closed this revision.Oct 14 2015, 2:24 AM