Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove \brief commands from doxygen comments. | Dmitri Gribenko | 2019-08-22 | 1 | -1/+1 |
* | [clang-tidy] Switch checks to #include "ClangTidyCheck.h" | Alexander Kornienko | 2019-03-25 | 1 | -1/+1 |
* | [clang-tidy] Move all checks to the new registerPPCallbacks API | Alexander Kornienko | 2019-03-22 | 1 | -1/+2 |
* | 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 | -0/+1 |
* | [clang-tidy] Remove duplicated logic in UnnecessaryValueParamCheck and use Fu... | Shuai Wang | 2018-09-17 | 1 | -0/+4 |
* | [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const va... | Felix Berger | 2016-07-01 | 1 | -2/+11 |
* | [clang-tidy] Add performance check to flag function parameters of expensive t... | Felix Berger | 2016-03-29 | 1 | -0/+36 |