aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-10[clang-tidy][NFC] fix 'misc-use-internal-linkage' check warnings (#143482)Baranov Victor1-0/+1
2023-07-25[clang-tidy] Add performance-enum-size checkPiotr Zegar1-0/+2
2023-06-13[clang-tidy] Add more checks for functions which should be noexceptAMS211-0/+6
2023-04-22[clang-tidy] Add `performance-avoid-endl` checkAMS211-0/+2
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez1-4/+2
2020-12-08[clang-tidy] Introduce misc No Integer To Pointer Cast checkRoman Lebedev1-0/+2
2019-11-22[clang-tidy] new performance-no-automatic-move check.Clement Courbet1-0/+3
2019-11-01[clang-tidy] New checker performance-trivially-destructible-checkAnton Bikineev1-0/+3
2019-03-01Fix file headers. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-11-28[clang-tidy] Move more checks from misc- to performance-Alexander Kornienko1-0/+6
2017-11-27[clang-tidy] Move checks from misc- to performance-Alexander Kornienko1-0/+6
2017-08-08[clang-tidy] 'implicit cast' -> 'implicit conversion'Alexander Kornienko1-3/+3
2017-04-18[clang-tidy] Add a clang-tidy check for possible inefficient vector operationsHaojian Wu1-0/+3
2016-12-14[ClangTidy] Add new performance-type-promotion-in-math-fn check.Justin Lebar1-2/+4
2016-08-03[clang-tidy] Inefficient string operationAlexander Kornienko1-0/+3
2016-03-29[clang-tidy] Add performance check to flag function parameters of expensive t...Felix Berger1-0/+3
2016-02-12[clang-tidy] Add check performance-faster-string-findSamuel Benzaquen1-0/+3
2016-01-29[clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of ...Alexander Kornienko1-0/+3
2016-01-29[clang-tidy] Move implicit-cast-in-loop check to upstream.Alexander Kornienko1-0/+3
2015-12-30[clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko1-0/+39