summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Organized clang-tidy unit tests. NFC.Alexander Kornienko2015-03-021-0/+3
* Small cleanups from review comments.Manuel Klimek2014-10-091-5/+3
* Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.Manuel Klimek2014-10-071-18/+26
* Implemented clang-tidy-check-specific options.Alexander Kornienko2014-09-121-2/+1
* Implemented clang-tidy configurability via .clang-tidy files.Alexander Kornienko2014-09-041-2/+4
* Allow specifying file names and extra arguments when running clang-tidy unit ...Benjamin Kramer2014-08-121-3/+7
* Allow per-file clang-tidy options.Alexander Kornienko2014-06-051-2/+2
* Store Errors inside ClangTidyContext instead of just pointer to an externalAlexander Kornienko2014-05-091-8/+6
* Add ClangTidyOptions to encapsulate all clang-tidy options.Alexander Kornienko2014-04-291-5/+3
* Output clang-tidy errors in a consistent order.Alexander Kornienko2014-04-081-2/+8
* ClangTidyTest.h: Don't use initializer list. msc17 doesn't recognize one.NAKAMURA Takumi2014-03-201-2/+3
* Post-filter clang-tidy diagnostic messages.Alexander Kornienko2014-03-201-1/+1
* clang-tidy explicit constructors check: don't warn on deleted constructors.Alexander Kornienko2014-03-191-2/+3
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-1/+1
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-1/+1
* Made the ClangTidyTest helper class independent of the testing framework.Alexander Kornienko2014-02-271-43/+37
* Make clang's static analyzer checks available through clang-tidy.Manuel Klimek2013-11-141-0/+1
* Initial architecture for clang-tidy.Daniel Jasper2013-07-291-0/+75
OpenPOWER on IntegriCloud