doc: Clarify why performance-move-const-arg.CheckTriviallyCopyableMove=false

This commit is contained in:
MarcoFalke
2026-02-06 08:43:10 +01:00
parent 9ec1ae0e98
commit fa88ac3f4f

View File

@@ -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