[PATCH] D32690: [clang-tidy] modernize-use-emplace: Remove unnecessary make_tuple calls
Jakub Kuderski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 6 10:26:22 PDT 2017
kuhar updated this revision to Diff 98073.
kuhar added a comment.
Herald added a subscriber: xazax.hun.
I updated the patch against the current trunk.
I also run the modernize-use-emplace check on llvm and verified that there are no new regressions after applying fixits.
https://reviews.llvm.org/D32690
Files:
clang-tidy/modernize/UseEmplaceCheck.cpp
clang-tidy/modernize/UseEmplaceCheck.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/modernize-use-emplace.rst
test/clang-tidy/modernize-use-emplace.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32690.98073.patch
Type: text/x-patch
Size: 14965 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170506/e6e76c5f/attachment-0001.bin>
More information about the cfe-commits
mailing list