aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/performance/InefficientVectorOperationCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-09[clang-tidy][NFC] run clang-format over clang-tidy checks and tool code. (#14...Baranov Victor1-10/+9
2024-12-15[clang-tidy] remove misuse of `getLocalOrGlobal` for non common used options ...Congcong Cai1-1/+1
2024-06-16[clang-tidy] fix false negatives for performance-inefficient-vector-operation...Congcong Cai1-3/+3
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-6/+2
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James1-2/+1
2022-04-08[clang-tidy] Make performance-inefficient-vector-operation work on membersNathan James1-1/+8
2021-11-02[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed1-3/+3
2021-01-29[clang-tidy] Applied clang-tidy fixes. NFCAlexander Kornienko1-2/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-04NFC: Fix trivial typos in commentsKazuaki Ishizaki1-1/+1
2019-09-16[clang-tidy] performance-inefficient-vector-operation: Support proto repeated...Haojian Wu1-55/+114
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-09Port getLocStart -> getBeginLocStephen Kelly1-3/+3
2017-05-16[clang-tidy] Add "emplace_back" detection in inefficient-vector-operation.Haojian Wu1-16/+20
2017-05-15[clang-tidy] Fix a typo: dequeue => dequeHaojian Wu1-1/+1
2017-04-26[clang-tidy] Support detecting for-range loop in inefficient-vector-operation...Haojian Wu1-17/+77
2017-04-18[clang-tidy] Address a few late comments.Haojian Wu1-7/+8
2017-04-18[clang-tidy] Add a clang-tidy check for possible inefficient vector operationsHaojian Wu1-0/+149