Merge pull request from libexpat/clang-tidy-reenable-valist-uninitialized

Re-enable clang-tidy warning `clang-analyzer-valist.Uninitialized`
This commit is contained in:
Sebastian Pipping 2025-03-27 04:32:03 +01:00 committed by GitHub
commit 09cbf95925
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -47,6 +47,8 @@ Release 2.7.1 ??? ????? ?? ????
Infrastructure:
#987 CI: Enforce Clang Static Analyzer clean code
#991 CI: Re-enable warning clang-analyzer-valist.Uninitialized
for clang-tidy
#981 CI: Cover compilation with musl
#983 #984 CI: Cover compilation with 32bit Emscripten
#976 #977 CI: Protect against fuzzer files missing from future

View file

@ -44,9 +44,6 @@ checks_to_disable=(
# Used only in xmlwf, manually checked to be good enough for now
clang-analyzer-security.insecureAPI.strcpy
# Disabling because buggy, see https://github.com/llvm/llvm-project/issues/40656
clang-analyzer-valist.Uninitialized
)
checks_to_disable_flat="${checks_to_disable[*]}" # i.e. flat string separated by spaces