aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-03-15 10:47:25 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-03-15 13:34:05 +0000
commit636c9862cfc8b3facc84eb62b51e18877f2022a9 (patch)
tree5617bb4a4beb7ab366640c5649ef89fea2fe2d14 /src/.clang-tidy
parent3d255dfb67aede71ed39aaa54f4bcad550910cb7 (diff)
downloadbitcoin-636c9862cfc8b3facc84eb62b51e18877f2022a9.tar.xz
ci: Bump `TIDY_LLVM_V`
This change switches to the latest IWYU 0.22, which is compatible with Clang 18.
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index bfaa5ab8e7..e4b789dcaa 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -12,6 +12,7 @@ modernize-use-noexcept,
modernize-use-nullptr,
performance-*,
-performance-avoid-endl,
+-performance-enum-size,
-performance-inefficient-string-concatenation,
-performance-no-int-to-ptr,
-performance-noexcept-move-constructor,