[PATCH] D32436: [clang-tidy] Support detecting for-range loop in inefficient-vector-operation check.

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 26 11:26:01 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL301440: [clang-tidy] Support detecting for-range loop in inefficient-vector-operation… (authored by hokein).

Changed prior to commit:
  https://reviews.llvm.org/D32436?vs=96775&id=96793#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32436

Files:
  clang-tools-extra/trunk/clang-tidy/performance/InefficientVectorOperationCheck.cpp
  clang-tools-extra/trunk/clang-tidy/performance/InefficientVectorOperationCheck.h
  clang-tools-extra/trunk/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
  clang-tools-extra/trunk/test/clang-tidy/performance-inefficient-vector-operation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32436.96793.patch
Type: text/x-patch
Size: 13239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170426/82c6b870/attachment.bin>


More information about the cfe-commits mailing list