[PATCH] D31757: [clang-tidy] Add a clang-tidy check for possible inefficient vector operations

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 18 00:59:25 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL300534: [clang-tidy] Add a clang-tidy check for possible inefficient vector operations (authored by hokein).

Changed prior to commit:
  https://reviews.llvm.org/D31757?vs=95338&id=95534#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31757

Files:
  clang-tools-extra/trunk/clang-tidy/performance/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/performance/InefficientVectorOperationCheck.cpp
  clang-tools-extra/trunk/clang-tidy/performance/InefficientVectorOperationCheck.h
  clang-tools-extra/trunk/clang-tidy/performance/PerformanceTidyModule.cpp
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  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: D31757.95534.patch
Type: text/x-patch
Size: 17472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170418/1071e9f5/attachment.bin>


More information about the cfe-commits mailing list