[PATCH] D32436: [clang-tidy] Support detecting for-range loop in inefficient-vector-operation check.
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 24 15:07:43 PDT 2017
Eugene.Zelenko added inline comments.
================
Comment at: docs/clang-tidy/checks/performance-inefficient-vector-operation.rst:6
Finds possible inefficient `std::vector` operations (e.g. `push_back`) that may
cause unnecessary memory reallocations.
----------------
Please use `` to highlight language elements. Same below.
https://reviews.llvm.org/D32436
More information about the cfe-commits
mailing list