summaryrefslogtreecommitdiffstats
path: root/clang-tidy/ClangTidy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Address post-commit commentsHaojian Wu2019-04-181-31/+30
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-171-24/+39
* [clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks methodAlexander Kornienko2019-04-031-1/+0
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-2/+2
* [clang-tidy] Separate the check-facing interfaceAlexander Kornienko2019-03-251-45/+0
* [clang-tidy] Expand modular headers for PPCallbacksAlexander Kornienko2019-03-221-6/+23
* [clang-tidy] Use getStripPluginsAdjusterKadir Cetinkaya2019-01-211-17/+1
* 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-1/+3
* [clang-tidy] run() doesn't update the SourceManager.Sam McCall2018-11-061-1/+3
* [clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall2018-11-021-7/+10
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-4/+4
* [clang-tidy] Build it even without static analyzerStephen Kelly2018-10-011-0/+11
* Reverting r343415 as it breaks at least one of the bots.Aaron Ballman2018-09-301-10/+0
* Allow clang-tidy to be built without a dependency on the clang static analyzer.Aaron Ballman2018-09-301-0/+10
* Fix reported range of partial token replacementStephen Kelly2018-09-061-5/+5
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-061-2/+4
* [clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko2018-05-171-8/+17
* [clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev2018-05-081-7/+17
* [clang-tidy] Define __clang_analyzer__ macro for clang-tidy for compatibility...Zinovy Nis2018-05-031-0/+12
* [clang-tidy] Remove AnalyzeTemporaryDtors option.Alexander Kornienko2018-05-031-5/+0
* Revert r328932 as it caused Windows and MacOS bot failures.Mike Edwards2018-04-021-11/+0
* [clang-tidy] Define __clang_analyzer__ macro for clang-tidy for compatibility...Zinovy Nis2018-04-011-0/+11
* Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-3/+1
* [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-1/+3
* [clang-tidy] Add -vfsoverlay flagIlya Biryukov2018-01-231-6/+11
* Change getChecksFilter() interface to hide implementation details.Alexander Kornienko2017-05-171-8/+8
* [clang-tidy] Reuse FileID in getLocationChih-Hung Hsieh2017-04-061-1/+1
* [clang-tidy] Add FormatStyle configuration option.Alexander Kornienko2017-04-061-17/+13
* [clang-tidy] Revert D31406 (Reuse FileID in getLocation)Chih-Hung Hsieh2017-03-311-1/+1
* [clang-tidy] Reuse FileID in getLocationChih-Hung Hsieh2017-03-301-1/+1
* [clang-tidy] Format code around applied fixesAlexander Kornienko2017-03-031-6/+14
* Update tools to use new getStyle APIAntonio Maiorano2017-01-171-2/+6
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-131-1/+1
* [clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko2017-01-031-14/+14
* [clang-tidy] Make format style customizableJonas Devlieghere2016-11-301-6/+6
* Use AnalyzerOptions::getRegisteredCheckers() instead of clang/StaticAnalyzer/...Alexander Kornienko2016-11-081-40/+30
* [clang-tidy] Clean up code after applying replacements.Alexander Kornienko2016-10-171-24/+79
* [clang-tidy] Fix the order of ExtraArgsBeforeAlexander Kornienko2016-08-231-4/+8
* Fix clang-tidy crash when a single fix is applied on multiple files.Eric Liu2016-08-091-24/+32
* Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn2016-08-051-1/+1
* Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn2016-07-281-1/+1
* Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn2016-07-281-1/+1
* Unbreak extra tools build post r275882.Benjamin Kramer2016-07-181-0/+1
* Fix include path in ClangTidy.cpp.Stephen Hines2016-04-281-1/+1
* [clang-tidy] filter plugins and plugin arguments of the command-lineEtienne Bergeron2016-04-061-16/+34
* [clang-tidy] Skip reporting of not applicable fixes.Etienne Bergeron2016-03-221-7/+14
* [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.Haojian Wu2016-02-261-2/+32
* [clang-tdiy] Add header file extension configuration support.Haojian Wu2016-02-051-1/+13
* Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs2016-01-131-3/+15