We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
It looks like we should make sure these predicates are working correctly for lambda captures.
For instance:
[x = y]() { ... }
But also, all lambda captures are assignments fields of the lambda class instance.
https://github.com/github/codeql-coding-standards/blob/main/cpp/misra/src/codingstandards/cpp/misra/BuiltInTypeRules.qll#L179