aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/ClangTidyDiagnosticConsumer.cpp
AgeCommit message (Expand)Author
2019-09-23Revert "[clang-tidy] Fix relative path in header-filter."Dmitri Gribenko
2019-09-20[clang-tidy] Fix relative path in header-filter.Dmitri Gribenko
2019-08-26Moved GlobList into a separate header fileDmitri Gribenko
2019-08-23[clang-tidy] Possibility of displaying duplicate warningsKristof Umann
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-06-06[clang-tidy] Make the plugin honor NOLINTNikolai Kosjar
2019-05-19[clangd] Respect clang-tidy suppression commentsFangrui Song
2019-04-17[clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu
2019-03-12[clang-tidy] NOLINT support for "clang-diagnostic-*".Haojian Wu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-19[clang-tidy] use "const SourceManager&" parameter, NFC.Haojian Wu
2018-11-08[clang-tidy] Untangle layering in ClangTidyDiagnosticConsumer somewhat. NFCSam McCall
2018-11-02[clang-tidy] Get ClangTidyContext out of the business of storing diagnostics....Sam McCall
2018-10-31[clang-tidy] Remove false decoupling in ClangTidyContext. NFCSam McCall
2018-06-06[clang-tidy] Store checks profiling info as JSON filesRoman Lebedev
2018-05-17[clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko
2018-05-08[clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev
2018-04-30Fix up after clang r331155.Richard Smith
2017-12-14Add support for NOLINT and NOLINTNEXTLINE comments mentioning specific check ...Aaron Ballman
2017-08-09[clang-tidy] Ignore newlines in checks listAlexander Kornienko
2017-06-27[NFC] Update to account for DiagnosticRenderer use of FullSourceLocPeter Smith
2017-05-18Fix 'not all control paths return a value' warning on windows buildbots.Simon Pilgrim
2017-05-18[clang-tidy] Optimize GlobList::containsAlexander Kornienko
2017-05-17Change getChecksFilter() interface to hide implementation details.Alexander Kornienko
2017-05-09[clang-tidy] Allow disabling compatibility check for generated fixes.Alexander Kornienko
2017-05-09Change EOL style to LF. NFCAlexander Kornienko
2017-03-23[clang-tidy] Fix treating non-space whitespaces in checks list.Marek Kurdej
2017-02-16[clang-tidy] Ignore spaces between globs in the Checks option.Alexander Kornienko
2017-02-14[clang-tidy] Add support for NOLINTNEXTLINE.Benjamin Kramer
2017-02-13[clang-tidy] Reduce indentation. NFC.Benjamin Kramer
2017-01-03[clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-11-02[clang-tidy] Suppress notes for warnings that were ignoredMalcolm Parsons
2016-10-17[clang-tidy] Clean up code after applying replacements.Alexander Kornienko
2016-09-24[clang-tidy] fix for NOLINT after macro expansionMatthias Gehre
2016-08-09Fix clang-tidy crash when a single fix is applied on multiple files.Eric Liu
2016-08-01Changes related to new implementation of tooling::Replacements as class.Eric Liu
2016-07-29[Typo police] s/proccess/process/, s/auxiliary/auxilliary/.Justin Lebar
2016-07-21[clang-tidy] Avoid duplicated DenseMap lookup.Benjamin Kramer
2016-05-20[clang-tidy] Switch to a more common way of customizing check behavior.Alexander Kornienko
2016-05-04[clang-tidy] Apply NOLINT filtering to Clang warnings.Alexander Kornienko
2016-02-26[clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.Haojian Wu
2016-02-25Add a new check, readability-redundant-string-init, that checks unnecessary s...Alexander Kornienko
2016-01-15[clang-tidy] Fix a copy-paste error.Alexander Kornienko
2016-01-13Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs
2016-01-08Disable part of the misc-move-constructor-init checker when the check is enab...Aaron Ballman
2015-11-16[clang-tidy] Test commit (playing with git-svn)Alexander Kornienko
2015-11-09Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via config...Alexander Kornienko
2015-10-16Replacements in different files do not overlap.Angel Garcia Gomez
2015-10-16Empty undefined static variable -> local variable.Benjamin Kramer