Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use std::unique_ptr in ClangTidyCheckFactories | Dmitri Gribenko | 2019-09-26 | 1 | -0/+2 |
* | [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] Update docs for clang-tidy checks. NFC | Alexander Kornienko | 2015-08-27 | 1 | -2/+2 |
* | [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy... | Alexander Kornienko | 2015-03-05 | 1 | -0/+2 |
* | Provide user name in ClangTidyOptions. | Alexander Kornienko | 2014-09-24 | 1 | -1/+0 |
* | [clang-tidy] Don't leak the TodoCommentHandler object | Hans Wennborg | 2014-09-18 | 1 | -2/+6 |
* | [clang-tidy] Add a checker that warns on TODO comments without username. | Benjamin Kramer | 2014-09-18 | 1 | -0/+33 |