mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-02 09:46:14 +00:00
doc: Clarify why performance-move-const-arg.CheckTriviallyCopyableMove=false
This commit is contained in:
parent
9ec1ae0e98
commit
fa88ac3f4f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user