aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/ClangTidyDiagnosticConsumer.cpp
AgeCommit message (Expand)Author
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
2015-10-16Fix overlapping replacements in clang-tidy.Angel Garcia Gomez
2015-09-16[clang-tidy] Ignore spaces in -checks=Alexander Kornienko
2015-09-14Test commit.Marek Kurdej
2015-08-28Reapplying r246209, which exposed language options to the checkers. This time...Aaron Ballman
2015-08-27Reverting r246209 while I investigate a build bot failure: http://lab.llvm.or...Aaron Ballman
2015-08-27Expose language options to the checkers; disable UseNullptrCheck when not com...Aaron Ballman
2015-08-12Lazily initialize HeaderFilter in ClangTidyDiagnosticConsumer. ThisDaniel Jasper
2014-11-20[clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko
2014-11-19Revert r222363: "[clang-tidy] Count errors in ClangTidyDiagnosticConsumer"Hans Wennborg
2014-11-19[clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko