[PATCH] D32395: [clang-tidy] modernize-use-emplace: remove unnecessary make_pair calls
Jakub Kuderski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 24 05:22:18 PDT 2017
kuhar updated this revision to Diff 96384.
kuhar added a comment.
Don't remove make_pair calls when inserted type is different than std::pair.
https://reviews.llvm.org/D32395
Files:
clang-tidy/modernize/UseEmplaceCheck.cpp
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: D32395.96384.patch
Type: text/x-patch
Size: 7867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170424/5d5a78ad/attachment-0001.bin>
More information about the cfe-commits
mailing list