Skip to content

Commit

Permalink
Disable one clang-analyzer check
Browse files Browse the repository at this point in the history
See bug: llvm/llvm-project#61919
First fixed in Clang 18.1.0
  • Loading branch information
aprokop committed Mar 3, 2025
1 parent 55c591f commit 45946b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Checks: >
-*,
clang-diagnostic-*,
clang-analyzer-*,
-clang-analyzer-optin.cplusplus.UninitializedObject,
performance-*,
-performance-noexcept-swap,
-performance-inefficient-string-concatenation,
Expand Down

0 comments on commit 45946b6

Please sign in to comment.