[PATCH] D32690: [clang-tidy] modernize-use-emplace: Remove unnecessary make_tuple calls
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 30 16:52:04 PDT 2017
JonasToth added a comment.
Nothing to complain from my side.
Would it make sense to add boost pairs/tuples support?
I could imagine modernize checks that would transform boost structures into the stl ones, but that's another discussion probably.
Something for a later check: the same logic should apply for `insert` and `emplace`, we should add support for these methods too.
https://reviews.llvm.org/D32690
More information about the cfe-commits
mailing list