[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
Thu Apr 27 04:19:56 PDT 2017


kuhar added a comment.

I run clang-tidy with this version of modernize-use-emplace on the whole llvm + clang + clang tools extra tree and it emitted ~500 fixits, ~100 of them were make_pair ones.
The whole codebase compiled fine and there were no new test failures with check-all.


https://reviews.llvm.org/D32395





More information about the cfe-commits mailing list