summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] new performance-no-automatic-move check.Clement Courbet2019-11-221-0/+3
* [clang-tidy] New checker performance-trivially-destructible-checkAnton Bikineev2019-11-011-0/+3
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Move more checks from misc- to performance-Alexander Kornienko2017-11-281-0/+6
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-271-0/+6
* [clang-tidy] 'implicit cast' -> 'implicit conversion'Alexander Kornienko2017-08-081-3/+3
* [clang-tidy] Add a clang-tidy check for possible inefficient vector operationsHaojian Wu2017-04-181-0/+3
* [ClangTidy] Add new performance-type-promotion-in-math-fn check.Justin Lebar2016-12-141-2/+4
* [clang-tidy] Inefficient string operationAlexander Kornienko2016-08-031-0/+3
* [clang-tidy] Add performance check to flag function parameters of expensive t...Felix Berger2016-03-291-0/+3
* [clang-tidy] Add check performance-faster-string-findSamuel Benzaquen2016-02-121-0/+3
* [clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of ...Alexander Kornienko2016-01-291-0/+3
* [clang-tidy] Move implicit-cast-in-loop check to upstream.Alexander Kornienko2016-01-291-0/+3
* [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod...Alexander Kornienko2015-12-301-0/+39
OpenPOWER on IntegriCloud