summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clang-tidy/ClangTidyTest.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] quickfix: add -fno-delayed-template-parsing as default argument ...Jonas Toth2020-01-031-0/+1
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-301-1/+3
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [clang-tidy] Fix ClangTidyTest to initialize context before checks.Yitzhak Mandelbaum2019-06-261-21/+27
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-171-8/+11
* [clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks methodAlexander Kornienko2019-04-031-1/+0
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-221-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFCSam McCall2018-11-081-0/+3
* [clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall2018-11-021-4/+4
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-2/+2
* Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-2/+1
* [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-1/+2
* [clang-tidy ObjC] [2/3] Support non-C++ files in ClangTidyTestHaojian Wu2017-10-261-7/+15
* Fix clang-tidy crash when a single fix is applied on multiple files.Eric Liu2016-08-091-7/+10
* Changes related to new implementation of tooling::Replacements as class.Eric Liu2016-08-011-1/+8
* Changes related to tooling::applyAllReplacements interface change in D21601.Eric Liu2016-07-111-1/+8
* [VFS] Switch clang-tidy tests to use an in-memory fs.Benjamin Kramer2015-10-071-4/+8
* Create interfaces and tests for the overlapping replacements fix in clang-tidy.Angel Garcia Gomez2015-10-061-8/+32
* Move some more functionality into the AST consumer creation factory function,...Aaron Ballman2015-09-021-3/+6
* Fix formatting.Manuel Klimek2015-08-131-1/+1
* Reinstantiate better diagnostic, this time with a fatal error so we don't add...Manuel Klimek2015-08-121-2/+7
* Revert the diagnostic improvements in r244602 as they introduced a problemati...David Blaikie2015-08-111-9/+1
* 1. Disable tests that currently cannot work on windows due to missing path ca...Manuel Klimek2015-08-111-1/+9
* Default initialize from explicitly constructed object.Manuel Klimek2015-08-111-2/+3
* Add an IncludeInserter to clang-tidy.Manuel Klimek2015-08-111-1/+8
* [clang-tidy] Set current main file name in tests.Alexander Kornienko2015-07-271-0/+1
* Force braces on the else branch if they are being added to the if branch.Samuel Benzaquen2015-03-311-5/+6
* [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko2015-03-091-3/+3
* [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