summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clear the diagnostic buffer after flushing it.Alexander Kornienko2014-01-031-2/+6
* Refactored Clang-tidy for better reusability.Alexander Kornienko2014-01-031-1/+2
* Make clang's static analyzer checks available through clang-tidy.Manuel Klimek2013-11-141-5/+97
* Initial architecture for clang-tidy.Daniel Jasper2013-07-291-0/+71
OpenPOWER on IntegriCloud