llvm-project/clang-tools-extra/test/clang-tidy/infrastructure
Dmitry Polukhin 5d12b13b0b [clang-tidy] Dump effective diagnostics level in YAML output
Before this patch YAML output had default diagnostic level instead of effective level reported to the user on stdout. Wrapper scripts for clang-tidy usually use YAML output and they pick wrong diagnostics level without this patch.

Test Plan: check-clang-tools

Differential Revision: https://reviews.llvm.org/D135367
2022-10-12 02:03:56 -07:00
..
Inputs [clang-tidy] Extend spelling for CheckOptions 2022-06-23 19:59:31 +01:00
alternative-fixes.cpp [clang-tidy] Added command line option `fix-notes` 2021-03-01 22:07:11 +00:00
basic.cpp
check_clang_tidy.cpp
clang-tidy-__clang_analyzer__macro.cpp
clang-tidy-diff.cpp
clang-tidy-enable-check-profile-one-tu.cpp
clang-tidy-enable-check-profile-two-tu.cpp
clang-tidy-mac-libcxx.cpp
clang-tidy-run-with-database.cpp
clang-tidy-store-check-profile-one-tu.cpp [Timer] On macOS count number of executed instructions 2021-02-11 17:26:37 +01:00
clean-up-code.cpp [clang-tidy] Added command line option `fix-notes` 2021-03-01 22:07:11 +00:00
config-file.cpp [clang-tidy] Ignore all spaces in the list of checks 2021-03-24 06:43:13 -07:00
config-files.cpp [clang-tidy] Extend spelling for CheckOptions 2022-06-23 19:59:31 +01:00
custom-diagnostics.cpp
deduplication.cpp
diagnostic.cpp
duplicate-conflicted-fixes-of-alias-checkers.cpp [clang-tidy][NFC] Update tests and Default options to use boolean value 2021-05-04 18:17:56 +01:00
duplicate-fixes-of-alias-checkers.cpp
duplicate-reports.cpp
empty-database.cpp
enable-alpha-checks.cpp
expand-modular-headers-ppcallbacks.cpp
explain-checks.cpp
export-diagnostics.cpp [clang-tidy] Dump effective diagnostics level in YAML output 2022-10-12 02:03:56 -07:00
export-relpath.cpp
extra-args.cpp
file-filter-symlinks.cpp
file-filter.cpp Disable clang-tidy warnings from system macros 2022-01-06 20:27:28 +00:00
fix-errors.cpp
fix.cpp
invalid-command-line.cpp [clang-tooling] Prevent llvm::fatal_error on invalid CLI option 2021-01-29 10:15:06 +01:00
line-filter.cpp
list-checks.cpp
macros.cpp
nolint.cpp [clang-tidy] Fix #55134 (regression introduced by 5da7c04) 2022-05-25 11:30:58 +12:00
nolintbeginend-LIFO.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-begin-all-end-glob.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-begin-all-end-specific.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-begin-at-eof.cpp Revert 9b944c1843 with fixes 2021-09-29 08:00:45 -04:00
nolintbeginend-begin-glob-end-all.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-begin-glob-end-specific.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-begin-multiple-end-single.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-begin-single-end-multiple.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-begin-specific-end-all.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-begin-specific-end-glob.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-begin-without-end.cpp Revert 9b944c1843 with fixes 2021-09-29 08:00:45 -04:00
nolintbeginend-end-at-sof.cpp Revert 9b944c1843 with fixes 2021-09-29 08:00:45 -04:00
nolintbeginend-end-without-begin.cpp Revert 9b944c1843 with fixes 2021-09-29 08:00:45 -04:00
nolintbeginend-error-within-include.cpp Revert 9b944c1843 with fixes 2021-09-29 08:00:45 -04:00
nolintbeginend-mismatched-check-names.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-mismatched-delims.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-multiple-TUs.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend-typo-in-check-name.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintbeginend.cpp Re-land "Cache the locations of NOLINTBEGIN/END blocks" with fix for build bot 2022-01-27 01:03:27 +13:00
nolintnextline.cpp [clang-tidy] Support globbing in NOLINT* expressions 2021-10-19 16:30:51 +00:00
nonstandard-file-extension.test
objc-arc-and-properties.m
objc-no-arc-or-properties.m
overlapping.cpp
pr37091.cpp [clang-tidy] fix debug-only test failure 2021-11-19 10:19:07 +01:00
read_file_config.cpp
remarks.cpp [clang-tidy] LIT test fix for Remark diagnostic 2021-06-11 02:02:36 -07:00
run-clang-tidy.cpp
select-checks.cpp
serialize-diagnostics.cpp
static-analyzer-config.cpp
static-analyzer.cpp
temporaries.cpp
use-color.cpp
validate-check-names.cpp
verify-config.cpp [clang-tidy] Add `-verify-config` command line argument 2022-06-23 19:23:09 +01:00
vfsoverlay.cpp
warnings-as-errors-diagnostics.cpp
warnings-as-errors-plural.cpp
warnings-as-errors.cpp