Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check' | Don Hinton | 2019-05-10 | 1 | -5/+5 |
* | [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] Update docs for clang-tidy checks. NFC | Alexander Kornienko | 2015-08-27 | 1 | -2/+2 |
* | [clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::... | Alexander Kornienko | 2015-03-02 | 1 | -0/+2 |
* | Implemented clang-tidy-check-specific options. | Alexander Kornienko | 2014-09-12 | 1 | -1/+2 |
* | [clang-tidy] Address review comments for the Twine checker. | Benjamin Kramer | 2014-07-08 | 1 | -1/+0 |
* | [clang-tidy] Add a little checker for Twine locals in LLVM. | Benjamin Kramer | 2014-07-08 | 1 | -0/+31 |