summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Make llvm-header-guard work on llvm git monorepoHaojian Wu2019-09-261-0/+9
* [clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'Don Hinton2019-05-101-1/+1
* [clang-tidy] Reword the "code outside header guard" warning.Benjamin Kramer2017-02-211-59/+89
* [clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-021-0/+2
* Fix llvm-header-guard check.Alexander Kornienko2014-10-151-3/+13
* Reformatted code samples in the unit test. No functional changes.Alexander Kornienko2014-10-151-64/+111
* Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.Manuel Klimek2014-10-071-1/+1
* Add NamespaceCommentCheck to the Google module.Alexander Kornienko2014-09-221-79/+0
* Rename unit test argument and add argument comments for clarity.Benjamin Kramer2014-09-171-19/+28
* [clang-tidy] When emitting header guard fixes bundle all fix-its into oneBenjamin Kramer2014-09-161-11/+17
* Implemented clang-tidy-check-specific options.Alexander Kornienko2014-09-121-0/+2
* [clang-tidy] Don't try to fix header guard #endif comments if there are escapedBenjamin Kramer2014-09-101-0/+14
* [clang-tidy] If we're going to change the header guard in the #endif commentBenjamin Kramer2014-08-261-0/+14
* [clang-tidy] Allow /**/ comments on #endifs when checking header guards.Benjamin Kramer2014-08-201-0/+30
* ClangTidyTests: Suppress FixHeaderGuards on win32 for now.NAKAMURA Takumi2014-08-131-0/+3
* [clang-tidy] Add a generic header guard checker + LLVM implementation.Benjamin Kramer2014-08-131-0/+41
* Improved llvm-namespace-comment check.Alexander Kornienko2014-05-191-1/+75
* Made the ClangTidyTest helper class independent of the testing framework.Alexander Kornienko2014-02-271-4/+6
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-071-1/+0
* Initial architecture for clang-tidy.Daniel Jasper2013-07-291-0/+15
OpenPOWER on IntegriCloud