summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wswitch-coverage warning in clang-tidy after ak_addrspace introduction.Eric Christopher2019-12-131-0/+3
* Fix naming style. NFC.Alexander Kornienko2019-12-121-20/+20
* Remove Expr.h include from ASTContext.h, NFCReid Kleckner2019-12-061-0/+1
* Revert "[clang-tidy] Fix relative path in header-filter."Dmitri Gribenko2019-09-231-3/+1
* [clang-tidy] Fix relative path in header-filter.Dmitri Gribenko2019-09-201-1/+3
* Moved GlobList into a separate header fileDmitri Gribenko2019-08-261-41/+1
* [clang-tidy] Possibility of displaying duplicate warningsKristof Umann2019-08-231-2/+3
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* [clang-tidy] Make the plugin honor NOLINTNikolai Kosjar2019-06-061-12/+82
* [clangd] Respect clang-tidy suppression commentsFangrui Song2019-05-191-10/+26
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-171-9/+23
* [clang-tidy] NOLINT support for "clang-diagnostic-*".Haojian Wu2019-03-121-9/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] use "const SourceManager&" parameter, NFC.Haojian Wu2018-12-191-3/+3
* [clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFCSam McCall2018-11-081-15/+9
* [clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall2018-11-021-9/+4
* [clang-tidy] Remove false decoupling in ClangTidyContext. NFCSam McCall2018-10-311-12/+2
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-061-0/+12
* [clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko2018-05-171-2/+4
* [clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev2018-05-081-2/+2
* Fix up after clang r331155.Richard Smith2018-04-301-1/+1
* Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...Aaron Ballman2017-12-141-8/+41
* [clang-tidy] Ignore newlines in checks listAlexander Kornienko2017-08-091-1/+1
* [NFC] Update to account for DiagnosticRenderer use of FullSourceLocPeter Smith2017-06-271-25/+22
* Fix 'not all control paths return a value' warning on windows buildbots.Simon Pilgrim2017-05-181-0/+1
* [clang-tidy] Optimize GlobList::containsAlexander Kornienko2017-05-181-6/+29
* Change getChecksFilter() interface to hide implementation details.Alexander Kornienko2017-05-171-8/+7
* [clang-tidy] Allow disabling compatibility check for generated fixes.Alexander Kornienko2017-05-091-4/+8
* Change EOL style to LF. NFCAlexander Kornienko2017-05-091-619/+619
* [clang-tidy] Fix treating non-space whitespaces in checks list.Marek Kurdej2017-03-231-618/+619
* [clang-tidy] Ignore spaces between globs in the Checks option.Alexander Kornienko2017-02-161-0/+1
* [clang-tidy] Add support for NOLINTNEXTLINE.Benjamin Kramer2017-02-141-0/+29
* [clang-tidy] Reduce indentation. NFC.Benjamin Kramer2017-02-131-10/+10
* [clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko2017-01-031-33/+19
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-9/+8
* [clang-tidy] Suppress notes for warnings that were ignoredMalcolm Parsons2016-11-021-1/+8
* [clang-tidy] Clean up code after applying replacements.Alexander Kornienko2016-10-171-2/+3
* [clang-tidy] fix for NOLINT after macro expansionMatthias Gehre2016-09-241-1/+13
* Fix clang-tidy crash when a single fix is applied on multiple files.Eric Liu2016-08-091-15/+19
* Changes related to new implementation of tooling::Replacements as class.Eric Liu2016-08-011-1/+8
* [Typo police] s/proccess/process/, s/auxiliary/auxilliary/.Justin Lebar2016-07-291-5/+5
* [clang-tidy] Avoid duplicated DenseMap lookup.Benjamin Kramer2016-07-211-2/+1
* [clang-tidy] Switch to a more common way of customizing check behavior.Alexander Kornienko2016-05-201-4/+0
* [clang-tidy] Apply NOLINT filtering to Clang warnings.Alexander Kornienko2016-05-041-14/+23
* [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.Haojian Wu2016-02-261-3/+5
* Add a new check, readability-redundant-string-init, that checks unnecessary s...Alexander Kornienko2016-02-251-3/+2
* [clang-tidy] Fix a copy-paste error.Alexander Kornienko2016-01-151-1/+1
* Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs2016-01-131-3/+14
* Disable part of the misc-move-constructor-init checker when the check is enab...Aaron Ballman2016-01-081-0/+4
* [clang-tidy] Test commit (playing with git-svn)Alexander Kornienko2015-11-161-1/+1
OpenPOWER on IntegriCloud