mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-17 19:10:40 +01:00
clang-tidy: Disable ArrayBound check in src/ipc and src/test
This commit is contained in:
@@ -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"
|
||||
|
||||
3
src/test/.clang-tidy.in
Normal file
3
src/test/.clang-tidy.in
Normal file
@@ -0,0 +1,3 @@
|
||||
Checks:
|
||||
# See: https://github.com/capnproto/capnproto/pull/2417.
|
||||
- "-clang-analyzer-security.ArrayBound"
|
||||
@@ -180,6 +180,8 @@ if(ENABLE_IPC)
|
||||
ipc_tests.cpp
|
||||
)
|
||||
target_link_libraries(test_bitcoin bitcoin_ipc_test bitcoin_ipc)
|
||||
|
||||
configure_file(.clang-tidy.in .clang-tidy USE_SOURCE_PERMISSIONS COPYONLY)
|
||||
endif()
|
||||
|
||||
function(add_boost_test source_file)
|
||||
|
||||
Reference in New Issue
Block a user