clang-tidy: Disable ArrayBound check in src/ipc and src/test

This commit is contained in:
Hennadii Stepanov
2025-10-28 15:34:24 +00:00
parent 5efdb0ef30
commit 5d784bebaf
3 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
Checks: '
-clang-analyzer-core.UndefinedBinaryOperatorResult,
'
Checks:
# See: https://github.com/capnproto/capnproto/pull/2334.
- "-clang-analyzer-core.UndefinedBinaryOperatorResult"
# See: https://github.com/capnproto/capnproto/pull/2417.
- "-clang-analyzer-security.ArrayBound"