[clang-tidy] Fix naming convention in modernize-use-emplace
authorJakub Kuderski <kubakuderski@gmail.com>
Sun, 30 Apr 2017 21:12:56 +0000 (21:12 +0000)
committerJakub Kuderski <kubakuderski@gmail.com>
Sun, 30 Apr 2017 21:12:56 +0000 (21:12 +0000)
commit57fa1de516ac1ebb1bef112786bb0c0a18c90ea4
treed00efed1468d1defac15dc89efa84ae9e33f0b2e
parentecbd57e98abf25a4a665ce46d733d9d9effb2864
[clang-tidy] Fix naming convention in modernize-use-emplace

Summary: Conform to the llvm naming convention for local variables in modernize-use-emplace check.

Reviewers: Prazek, JonasToth, alexfh

Reviewed By: Prazek, JonasToth, alexfh

Subscribers: cfe-commits

Tags: #clang-tools-extra

Differential Revision: https://reviews.llvm.org/D32678

llvm-svn: 301780
clang-tools-extra/clang-tidy/modernize/UseEmplaceCheck.cpp