[clang-tidy] Add "emplace_back" detection in inefficient-vector-operation.
authorHaojian Wu <hokein@google.com>
Tue, 16 May 2017 10:39:55 +0000 (10:39 +0000)
committerHaojian Wu <hokein@google.com>
Tue, 16 May 2017 10:39:55 +0000 (10:39 +0000)
commitbe6ef0eff9e155fe71dc1dff7e876a2ebd458d58
tree9d9c7d0d2e02c9454747acae06c3fe9f535f8703
parentde69ff9b7c90db760c2d145e006f4d368efc0afe
[clang-tidy] Add "emplace_back" detection in inefficient-vector-operation.

Reviewers: alexfh, aaron.ballman

Reviewed By: alexfh

Subscribers: cfe-commits, Prazek, malcolm.parsons, xazax.hun

Tags: #clang-tools-extra

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

llvm-svn: 303157
clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
clang-tools-extra/test/clang-tidy/performance-inefficient-vector-operation.cpp