summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/TodoCommentCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std::unique_ptr in ClangTidyCheckFactoriesDmitri Gribenko2019-09-261-0/+2
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Refactor: Move google clang-tidy checks to namespace clang::tidy...Alexander Kornienko2015-03-051-0/+2
* [clang-tidy] Allow space between "TODO" and "(user)"Alexander Kornienko2014-10-051-1/+1
* Provide user name in ClangTidyOptions.Alexander Kornienko2014-09-241-11/+6
* [clang-tidy] Don't leak the TodoCommentHandler objectHans Wennborg2014-09-181-4/+8
* [clang-tidy] Add a checker that warns on TODO comments without username.Benjamin Kramer2014-09-181-0/+65
OpenPOWER on IntegriCloud