llvm-project/clang/test/Misc/Inputs/suppression-mapping.txt
Kadir Cetinkaya 5845688e91
Reapply "[clang] Introduce diagnostics suppression mappings (#112517)"
This reverts commit 5f140ba54794fe6ca379362b133eb27780e363d7.
2024-11-13 10:35:22 +01:00

14 lines
345 B
Plaintext

# Suppress unused warnings in all files, apart from the ones under `foo/`.
[unused]
src:*
src:*foo/*=emit
# This should take precedence over `unused` group, as it's mentioned later.
[unused-variable]
# We don't suppress unused-variable warnings in "any" file.
# Some warning groups can have strange spellings.
[format=2]
src:*
src:*foo/*=emit