summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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