summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-061-0/+7
* [clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko2018-05-171-1/+10
* [clang-tidy] Profile is a per-AST (per-TU) data.Roman Lebedev2018-05-081-12/+4
* [clang-tidy] Optimize GlobList::containsAlexander Kornienko2017-05-181-2/+5
* Change getChecksFilter() interface to hide implementation details.Alexander Kornienko2017-05-171-5/+5
* [clang-tidy] Allow disabling compatibility check for generated fixes.Alexander Kornienko2017-05-091-1/+3
* [clang-tidy] Add FormatStyle configuration option.Alexander Kornienko2017-04-061-1/+1
* [clang-tidy] Add check name to YAML export (clang-tools-extra part)Alexander Kornienko2017-01-031-37/+5
* [clang-tidy] Suppress notes for warnings that were ignoredMalcolm Parsons2016-11-021-0/+1
* Fix clang-tidy crash when a single fix is applied on multiple files.Eric Liu2016-08-091-1/+2
* [clang-tidy] Switch to a more common way of customizing check behavior.Alexander Kornienko2016-05-201-3/+0
* [clang-tidy] Add "clang-tidy as a clang plugin" skeleton.Benjamin Kramer2016-03-031-0/+1
* [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.Haojian Wu2016-02-261-1/+23
* Add a new check, readability-redundant-string-init, that checks unnecessary s...Alexander Kornienko2016-02-251-1/+1
* Teach clang-tidy how to upgrade warnings into errors.Jonathan Roelofs2016-01-131-1/+7
* Disable part of the misc-move-constructor-init checker when the check is enab...Aaron Ballman2016-01-081-0/+3
* Add ExtraArgs and ExtraArgsBefore options to enable clang warnings via config...Alexander Kornienko2015-11-091-1/+9
* Fix overlapping replacements in clang-tidy.Angel Garcia Gomez2015-10-161-3/+5
* Reapplying r246209, which exposed language options to the checkers. This time...Aaron Ballman2015-08-281-0/+5
* Reverting r246209 while I investigate a build bot failure: http://lab.llvm.or...Aaron Ballman2015-08-271-5/+0
* Expose language options to the checkers; disable UseNullptrCheck when not com...Aaron Ballman2015-08-271-0/+5
* Lazily initialize HeaderFilter in ClangTidyDiagnosticConsumer. ThisDaniel Jasper2015-08-121-4/+4
* [clang-tidy] Disable google-readability-casting for .c files and their headers.Alexander Kornienko2015-05-211-0/+3
* [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC.Alexander Kornienko2015-03-091-3/+3
* Fixed a typo in a comment. NFC.Alexander Kornienko2014-12-191-1/+1
* Add flag --enable-check-profile to clang-tidy.Samuel Benzaquen2014-10-231-0/+16
* Implemented clang-tidy configurability via .clang-tidy files.Alexander Kornienko2014-09-041-3/+2
* Rename ChecksFilter to GlobList, as there's nothing specific to checks in it.Alexander Kornienko2014-08-061-11/+12
* Set up clang-tidy diagnostic consumer to print types etc.Alexander Kornienko2014-07-141-0/+4
* Allow per-file clang-tidy options.Alexander Kornienko2014-06-051-20/+51
* Never filter-out compile errors in clang-tidy, display them as errors.Alexander Kornienko2014-06-021-1/+8
* Add clang-tidy -line-filter option to filter findings by line ranges.Alexander Kornienko2014-05-221-2/+10
* Change the behavior of clang-tidy -checks=, remove -disable-checks.Alexander Kornienko2014-05-151-4/+12
* Allow ClangTidyDiagnosticConsumer to be reused.Alexander Kornienko2014-05-091-0/+1
* Store Errors inside ClangTidyContext instead of just pointer to an externalAlexander Kornienko2014-05-091-3/+3
* Print stats on displayed and ignored warnings.Alexander Kornienko2014-05-071-0/+13
* Add clang-tidy -header-filter optionAlexander Kornienko2014-05-051-2/+5
* Add ClangTidyOptions to encapsulate all clang-tidy options.Alexander Kornienko2014-04-291-2/+4
* ClangTidyContext: Don't use initializer on non-static member.NAKAMURA Takumi2014-03-201-1/+1
* Post-filter clang-tidy diagnostic messages.Alexander Kornienko2014-03-201-3/+19
* Use DiagnosticRenderer to convert clang diagnostics to clang-tidy ones.Alexander Kornienko2014-03-101-3/+1
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-1/+1
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-2/+2
* Normalized "virtual" and "LLVM_OVERRIDE" usage in clang-tidy.Alexander Kornienko2014-02-271-3/+3
* Improve clang-tidy diagnostic output and filtering.Alexander Kornienko2014-02-061-1/+4
* Add the check name to the clang-tidy diagnostic output.Alexander Kornienko2014-01-131-2/+10
* Re-applied r198807, r198808 with an additional change to fix linking in confi...Alexander Kornienko2014-01-091-49/+5
* Reverted r198807, r198808, as they cause link errors in configure builds. Wil...Alexander Kornienko2014-01-091-5/+49
* Restructured code, no functional changes.Alexander Kornienko2014-01-081-49/+5
* Don't emit diagnostics for system headers.Alexander Kornienko2014-01-081-0/+4
OpenPOWER on IntegriCloud