aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-23[clang-tidy] Add `-verify-config` command line argumentNathan James1-0/+7
2022-04-16[clang-tidy] Add a Standalone diagnostics mode to clang-tidyNathan James1-0/+6
2022-01-30[clang-tools-extra] Remove unused forward declarations (NFC)Kazu Hirata1-7/+0
2022-01-27Rewrite Doxygen comment to resolve -Wdocumentation warning (NFC)Salman Javed1-2/+2
2022-01-27Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build botSalman Javed1-23/+24
2022-01-27Revert "[clang-tidy] Cache the locations of NOLINTBEGIN/END blocks"Salman Javed1-24/+23
2022-01-27[clang-tidy] Cache the locations of NOLINTBEGIN/END blocksSalman Javed1-23/+24
2021-12-23Resolve -Wdocumentation warning in ClangTidyDiagnosticConsumer (NFC)Salman Javed1-4/+2
2021-12-04[clang-tidy][NFC] Move CachedGlobList to GlobList.hCarlos Galvez1-1/+2
2021-12-02[clang-tidy] Allow disabling support for NOLINTBEGIN/NOLINTEND blocks.Yitzhak Mandelbaum1-2/+10
2021-11-17[clangd] Fix assertion crashes on unmatched NOLINTBEGIN comments.Haojian Wu1-4/+0
2021-11-16[clang-tidy][NFC] Simplify ClangTidyStatsCarlos Galvez1-11/+6
2021-11-02[clang-tidy] Fix lint warnings in clang-tidy source code (NFC)Salman Javed1-2/+2
2021-09-29Revert 9b944c184396ce55a3ad608779cc326ba12c9ee3 with fixesSalman Javed1-2/+13
2021-09-28Revert "Add support for `NOLINTBEGIN` ... `NOLINTEND` comments"Aaron Ballman1-13/+2
2021-09-28Add support for `NOLINTBEGIN` ... `NOLINTEND` commentsSalman Javed1-2/+13
2021-03-01[clang-tidy] Added command line option `fix-notes`Nathan James1-1/+10
2020-12-08[clang-tidy] Add support for diagnostics with no locationNathan James1-0/+8
2020-06-29Add missing #includeDavid Blaikie1-4/+1
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James1-4/+1
2020-06-19[clang-tidy] remove duplicate fixes of alias checkersDaniel1-0/+2
2020-03-29[clangd] Handle clang-tidy suppression comments for diagnostics inside macro ...Nathan Ridge1-7/+4
2020-03-11Prune TargetInfo.h include from ParsedAttr.h, NFCReid Kleckner1-0/+4
2020-01-29Fix an implicit conversion in clang-tidy. GCC 5 complains about it.Benjamin Kramer1-1/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-12-12Fix naming style. NFC.Alexander Kornienko1-1/+1
2019-08-26Moved GlobList into a separate header fileDmitri Gribenko1-22/+0
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko1-28/+28
2019-06-06[clang-tidy] Make the plugin honor NOLINTNikolai Kosjar1-0/+13
2019-05-19[clangd] Respect clang-tidy suppression commentsFangrui Song1-1/+18
2019-03-12[clang-tidy] NOLINT support for "clang-diagnostic-*".Haojian Wu1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-08[clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFCSam McCall1-4/+8
2018-11-02[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall1-12/+4
2018-10-31[clang-tidy] Remove false decoupling in ClangTidyContext. NFCSam McCall1-8/+1
2018-06-06[clang-tidy] Store checks profiling info as JSON filesRoman Lebedev1-0/+7
2018-05-17[clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko1-1/+10
2018-05-08[clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev1-12/+4
2017-05-18[clang-tidy] Optimize GlobList::containsAlexander Kornienko1-2/+5
2017-05-17Change getChecksFilter() interface to hide implementation details.Alexander Kornienko1-5/+5
2017-05-09[clang-tidy] Allow disabling compatibility check for generated fixes.Alexander Kornienko1-1/+3
2017-04-06[clang-tidy] Add FormatStyle configuration option.Alexander Kornienko1-1/+1
2017-01-03[clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko1-37/+5
2016-11-02[clang-tidy] Suppress notes for warnings that were ignoredMalcolm Parsons1-0/+1
2016-08-09Fix clang-tidy crash when a single fix is applied on multiple files.Eric Liu1-1/+2
2016-05-20[clang-tidy] Switch to a more common way of customizing check behavior.Alexander Kornienko1-3/+0
2016-03-03[clang-tidy] Add "clang-tidy as a clang plugin" skeleton.Benjamin Kramer1-0/+1
2016-02-26[clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.Haojian Wu1-1/+23
2016-02-25Add a new check, readability-redundant-string-init, that checks unnecessary s...Alexander Kornienko1-1/+1
2016-01-13Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs1-1/+7