summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/llvm
Commit message (Expand)AuthorAgeFilesLines
* Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-101-2/+4
* Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-091-4/+2
* [tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2018-05-091-2/+4
* [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are usedAlexander Kornienko2017-07-202-20/+1
* [clang-tidy] TwineLocalCheck: add param # checkingYan Wang2017-05-141-1/+4
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-1/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+1
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-2/+1
* [clang-tidy] Some tweaks on header guard checks.Haojian Wu2016-08-262-7/+16
* [clang-tidy] Added hh, hxx and hpp to header guard checks.Mads Ravn2016-08-262-3/+20
* Analyze include order on a per-file basis.Zachary Turner2016-08-121-60/+70
* Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen2016-06-211-1/+2
* [clang-tidy] Cleanup namespace in utils folder.Etienne Bergeron2016-05-031-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-12/+0
* [clang-tidy] Fix llvm-include-order check on Windows.Alexander Kornienko2015-09-041-1/+1
* [clang-tidy] Update docs for clang-tidy checks. NFCAlexander Kornienko2015-08-272-4/+4
* [clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-027-2/+17
* [cleanup] Re-sort the #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* [clang-tidy] Bring order to check registration.Alexander Kornienko2014-10-261-1/+1
* Add NamespaceCommentCheck to the Google module.Alexander Kornienko2014-09-224-169/+3
* Implemented clang-tidy-check-specific options.Alexander Kornienko2014-09-126-14/+30
* Unique-ptrify ClangTidyCheckFactories. Add a more convenient alternative toAlexander Kornienko2014-09-101-10/+5
* Unique_ptrify PPCallbacks ownership. Goes with clang r217474.Craig Topper2014-09-101-1/+2
* [CMake] Update libdeps in clangTidyLLVMModule.NAKAMURA Takumi2014-08-131-0/+1
* [clang-tidy] Add a generic header guard checker + LLVM implementation.Benjamin Kramer2014-08-134-0/+87
* [clang-tidy] Don't index past the end of a vector.Benjamin Kramer2014-08-081-1/+2
* [clang-tidy] Implement the include order checker for LLVM.Benjamin Kramer2014-08-071-9/+130
* [clang-tidy] Address review comments for the Twine checker.Benjamin Kramer2014-07-082-3/+1
* [clang-tidy] Add a little checker for Twine locals in LLVM.Benjamin Kramer2014-07-084-0/+100
* Added a commentAlexander Kornienko2014-05-191-0/+2
* Improved llvm-namespace-comment check.Alexander Kornienko2014-05-196-74/+202
* Fixed formatting.Alexander Kornienko2014-03-052-4/+2
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-022-5/+5
* Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.Alexander Kornienko2014-02-272-16/+13
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+2
* 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
* [CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi2013-12-101-3/+4
* clang-tidy's modules depend on it.Benjamin Kramer2013-08-041-0/+1
* Initial architecture for clang-tidy.Daniel Jasper2013-07-294-0/+164
OpenPOWER on IntegriCloud