Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Switch checks to #include "ClangTidyCheck.h" | Alexander Kornienko | 2019-03-25 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [clang-tidy] White List Option for performance-unnecessary-value-param, perfo... | Adam Balogh | 2018-10-12 | 1 | -2/+3 |
* | [clang-tidy] UnnecessaryCopyInitialization - Extend to trigger on non-const "... | Felix Berger | 2016-05-31 | 1 | -1/+2 |
* | [clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for dec... | Felix Berger | 2016-05-13 | 1 | -2/+3 |
* | Add check for unneeded copies of locals | Haojian Wu | 2016-03-23 | 1 | -0/+6 |
* | [clang-tidy] Extend UnnecessaryCopyInitialization check to trigger on non-con... | Felix Berger | 2016-03-05 | 1 | -4/+4 |
* | [clang-tidy] Don't use delegating constructors | Alexander Kornienko | 2015-12-30 | 1 | -1/+2 |
* | [clang-tidy] Add UnnecessaryCopyInitialization check to new "performance" mod... | Alexander Kornienko | 2015-12-30 | 1 | -0/+38 |