We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed43b2 commit b7e0afbCopy full SHA for b7e0afb
change_notes/2024-03-04-improve-a8-4-7.md
@@ -0,0 +1,3 @@
1
+- `A8-4-7` - `InParametersForNotCheapToCopyTypesNotPassedByReference.ql`, `InParametersForCheapToCopyTypesNotPassedByValue.ql`:
2
+ - Improve coverage of the query by additionally alerting to non-trivially-copyable types being passed by value.
3
+ - Non-trivially-copyable types not passed by value will no longer be incorrectly reported.
0 commit comments