summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via config...Alexander Kornienko2015-11-091-3/+8
* Replacements in different files do not overlap.Angel Garcia Gomez2015-10-161-16/+22
* Empty undefined static variable -> local variable.Benjamin Kramer2015-10-161-1/+1
* Fix overlapping replacements in clang-tidy.Angel Garcia Gomez2015-10-161-25/+143
* [clang-tidy] Ignore spaces in -checks=Alexander Kornienko2015-09-161-1/+1
* Test commit.Marek Kurdej2015-09-141-2/+1
* Reapplying r246209, which exposed language options to the checkers. This time...Aaron Ballman2015-08-281-0/+1
* Reverting r246209 while I investigate a build bot failure: http://lab.llvm.or...Aaron Ballman2015-08-271-1/+0
* Expose language options to the checkers; disable UseNullptrCheck when not com...Aaron Ballman2015-08-271-0/+1
* Lazily initialize HeaderFilter in ClangTidyDiagnosticConsumer. ThisDaniel Jasper2015-08-121-10/+8
* [clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko2014-11-201-0/+3
* Revert r222363: "[clang-tidy] Count errors in ClangTidyDiagnosticConsumer"Hans Wennborg2014-11-191-3/+0
* [clang-tidy] Count errors in ClangTidyDiagnosticConsumerAlexander Kornienko2014-11-191-0/+3
* [clang-tidy] Added -system-headers option.Alexander Kornienko2014-10-281-1/+2
* Add flag --enable-check-profile to clang-tidy.Samuel Benzaquen2014-10-231-1/+6
* Implemented clang-tidy configurability via .clang-tidy files.Alexander Kornienko2014-09-041-5/+9
* Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.Alexander Kornienko2014-08-061-15/+15
* Set up clang-tidy diagnostic consumer to print types etc.Alexander Kornienko2014-07-141-0/+5
* Consistently handle clang-tidy check names in ClangTidyError.Alexander Kornienko2014-07-021-1/+27
* Initialize ClangTidyMessage::FileOffset field to avoid unitialized variable a...Alexander Kornienko2014-06-301-1/+2
* Track changes from clang r211448.Alp Toker2014-06-211-4/+0
* Allow per-file clang-tidy options.Alexander Kornienko2014-06-051-9/+43
* Never filter-out compile errors in clang-tidy, display them as errors.Alexander Kornienko2014-06-021-3/+13
* Update the code according to the changes in r209468.Alexander Kornienko2014-05-221-4/+2
* Add clang-tidy -line-filter option to filter findings by line ranges.Alexander Kornienko2014-05-221-12/+42
* Fixed incorrect StringRef::find usage.Alexander Kornienko2014-05-151-1/+1
* Change the behavior of clang-tidy -checks=, remove -disable-checks.Alexander Kornienko2014-05-151-6/+39
* Update for Clang API change and move ClangTidyDiagnosticRenderer into an anon...Benjamin Kramer2014-05-101-8/+7
* Store Errors inside ClangTidyContext instead of just pointer to an externalAlexander Kornienko2014-05-091-4/+4
* Print stats on displayed and ignored warnings.Alexander Kornienko2014-05-071-11/+19
OpenPOWER on IntegriCloud