summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added readability-qualified-auto checkNathan James2020-01-141-0/+3
* [clang-tidy] Add llvm-prefer-register-over-unsigned to clang-tidyDaniel Sanders2019-08-301-0/+3
* [clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'Don Hinton2019-05-101-2/+2
* [clang-tidy] Add new checker: llvm-prefer-isa-or-dyn-cast-in-conditionalsDon Hinton2019-04-241-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-021-0/+3
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Add NamespaceCommentCheck to the Google module.Alexander Kornienko2014-09-221-2/+2
* Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative toAlexander Kornienko2014-09-101-10/+5
* [clang-tidy] Add a generic header guard checker + LLVM implementation.Benjamin Kramer2014-08-131-0/+3
* [clang-tidy] Add a little checker for Twine locals in LLVM.Benjamin Kramer2014-07-081-0/+4
* Improved llvm-namespace-comment check.Alexander Kornienko2014-05-191-62/+2
* Fixed formatting.Alexander Kornienko2014-03-051-2/+1
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-2/+2
* Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.Alexander Kornienko2014-02-271-13/+9
* Add the check name to the clang-tidy diagnostic output.Alexander Kornienko2014-01-131-7/+7
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-071-2/+2
* Initial architecture for clang-tidy.Daniel Jasper2013-07-291-0/+104
OpenPOWER on IntegriCloud