Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use std::unique_ptr in ClangTidyCheckFactories | Dmitri Gribenko | 2019-09-26 | 1 | -0/+2 |
* | [clang-tools-extra] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -1/+1 |
* | [clang-tidy] Move all checks to the new registerPPCallbacks API | Alexander Kornienko | 2019-03-22 | 1 | -2/+4 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy... | Alexander Kornienko | 2015-03-05 | 1 | -0/+2 |
* | [clang-tidy] Allow space between "TODO" and "(user)" | Alexander Kornienko | 2014-10-05 | 1 | -1/+1 |
* | Provide user name in ClangTidyOptions. | Alexander Kornienko | 2014-09-24 | 1 | -11/+6 |
* | [clang-tidy] Don't leak the TodoCommentHandler object | Hans Wennborg | 2014-09-18 | 1 | -4/+8 |
* | [clang-tidy] Add a checker that warns on TODO comments without username. | Benjamin Kramer | 2014-09-18 | 1 | -0/+65 |