summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/diagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ClangTidy] Separate tests for infrastructure and checkersDmitri Gribenko2019-10-111-52/+0
* [clang-tidy] fix test after r346414Sam McCall2018-11-081-1/+3
* [clang-tidy] Return non-zero exit code for clang errors.Alexander Kornienko2018-04-091-10/+20
* Fix clang-tidy diagnostic.cpp test on WindowsReid Kleckner2017-07-111-1/+1
* [clang-tidy] Extend diagnostics test.Alexander Kornienko2017-07-111-5/+26
* Revert "Modify test so that it looks for patterns in stderr as well"Benjamin Kramer2017-06-301-4/+4
* Modify test so that it looks for patterns in stderr as wellSerge Pavlov2017-05-241-4/+4
* [clang-tidy] google-explicit-constructor: improve the warning messageAlexander Kornienko2015-11-281-2/+2
* [clang-tidy] Added missing check lines, made the checking stricter.Alexander Kornienko2015-09-301-11/+5
* [clang-tidy] Move misc-use-override and readability-shrink-to-fit to "moderni...Alexander Kornienko2015-08-311-2/+2
* [clang-tidy] Support initializer_list in google-explicit-constructor checkAlexander Kornienko2014-11-271-2/+2
* Implemented clang-tidy configurability via .clang-tidy files.Alexander Kornienko2014-09-041-1/+1
* Make the diagnostic message more complete to check the check name.Alexander Kornienko2014-07-171-1/+1
* Fix the diagnostic.cpp test to explicitly disable more google checksReid Kleckner2014-07-151-1/+1
* Consistently handle clang-tidy check names in ClangTidyError.Alexander Kornienko2014-07-021-2/+2
* Never filter-out compile errors in clang-tidy, display them as errors.Alexander Kornienko2014-06-021-3/+3
* Exit with error when no checks enabled.Alexander Kornienko2014-06-021-1/+1
* Change the behavior of clang-tidy -checks=, remove -disable-checks.Alexander Kornienko2014-05-151-4/+4
* Fix a crash when diagnostic points to a macro definition on command line.Alexander Kornienko2014-05-061-0/+4
* Fix regex bug in clang-tidy.Daniel Jasper2014-04-021-3/+3
* Post-filter clang-tidy diagnostic messages.Alexander Kornienko2014-03-201-4/+20
* Fixed a crash when handling diagnostics without a valid file location, e.g. '...Alexander Kornienko2014-03-051-4/+4
* Fix crash when handling an argument parsing-related warning.Alexander Kornienko2014-02-031-0/+5
OpenPOWER on IntegriCloud