Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] 'implicit cast' -> 'implicit conversion' | Alexander Kornienko | 2017-08-08 | 1 | -3/+3 |
* | [clang-tidy] Add a clang-tidy check for possible inefficient vector operations | Haojian Wu | 2017-04-18 | 1 | -0/+3 |
* | [ClangTidy] Add new performance-type-promotion-in-math-fn check. | Justin Lebar | 2016-12-14 | 1 | -2/+4 |
* | [clang-tidy] Inefficient string operation | Alexander Kornienko | 2016-08-03 | 1 | -0/+3 |
* | [clang-tidy] Add performance check to flag function parameters of expensive t... | Felix Berger | 2016-03-29 | 1 | -0/+3 |
* | [clang-tidy] Add check performance-faster-string-find | Samuel Benzaquen | 2016-02-12 | 1 | -0/+3 |
* | [clang-tidy] ForRangeCopyCheck that warns on and fixes unnecessary copies of ... | Alexander Kornienko | 2016-01-29 | 1 | -0/+3 |
* | [clang-tidy] Move implicit-cast-in-loop check to upstream. | Alexander Kornienko | 2016-01-29 | 1 | -0/+3 |
* | [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod... | Alexander Kornienko | 2015-12-30 | 1 | -0/+39 |