mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-28 10:09:35 +01:00
doc: Clarify why performance-move-const-arg.CheckTriviallyCopyableMove=false
This commit is contained in:
@@ -37,7 +37,7 @@ CheckOptions:
|
||||
- key: modernize-deprecated-headers.CheckHeaderFile
|
||||
value: false
|
||||
- key: performance-move-const-arg.CheckTriviallyCopyableMove
|
||||
value: false
|
||||
value: false # Disabled, to allow the bugprone-use-after-move rule on trivially copyable types, to catch logic bugs
|
||||
- key: bugprone-unhandled-self-assignment.WarnOnlyIfThisHasSuspiciousField
|
||||
value: false
|
||||
- key: bugprone-unused-return-value.CheckedReturnTypes
|
||||
|
||||
Reference in New Issue
Block a user