summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* [clang-tidy] performance-inefficient-vector-operation: Support proto repeated...Haojian Wu2019-09-161-55/+114
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-3/+3
* [clang-tidy] Add "emplace_back" detection in inefficient-vector-operation.Haojian Wu2017-05-161-16/+20
* [clang-tidy] Fix a typo: dequeue => dequeHaojian Wu2017-05-151-1/+1
* [clang-tidy] Support detecting for-range loop in inefficient-vector-operation...Haojian Wu2017-04-261-17/+77
* [clang-tidy] Address a few late comments.Haojian Wu2017-04-181-7/+8
* [clang-tidy] Add a clang-tidy check for possible inefficient vector operationsHaojian Wu2017-04-181-0/+149
OpenPOWER on IntegriCloud