mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
Merge pull request #991 from libexpat/clang-tidy-reenable-valist-uninitialized
Re-enable clang-tidy warning `clang-analyzer-valist.Uninitialized`
This commit is contained in:
commit
09cbf95925
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue