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-tools-extra] Format sources with clang-format. NFC. | Mandeep Singh Grang | 2016-11-08 | 1 | -1/+0 |
* | [clang-tidy] remove trailing whitespaces and retab | Kirill Bobyrev | 2016-08-01 | 1 | -1/+1 |
* | [clang-tidy] Cleaning namespaces to be more consistant across checkers. | Etienne Bergeron | 2016-05-02 | 1 | -0/+2 |
* | Initial version of misc-unused-using-decl check. | Daniel Jasper | 2016-04-19 | 1 | -0/+1 |
* | [clang-tidy] Update docs for clang-tidy checks. NFC | Alexander Kornienko | 2015-08-27 | 1 | -1/+1 |
* | [clang-tidy] Improve the misc-unused-alias-decl message | Alexander Kornienko | 2015-08-03 | 1 | -1/+1 |
* | Add missing 'override'. | Daniel Jasper | 2015-07-31 | 1 | -1/+1 |
* | Add misc-unused-alias-decls check that currently finds unused namespace | Daniel Jasper | 2015-07-31 | 1 | -0/+35 |