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 714e04c commit b1e204dCopy full SHA for b1e204d
cpp/autosar/src/rules/A0-1-2/UnusedReturnValue.ql
@@ -26,7 +26,7 @@ predicate isStdIgnore(Element element) {
26
)
27
}
28
29
-/* The statement std::ignore = f() is not recognized an assignment; therefore, we do some painful acrobatics. */
+/* The statement std::ignore = f() is not recognized an assignment; therefore, we do some painful gymnastics. */
30
predicate isAssignment(FunctionCall assignment) {
31
exists(Operator operator |
32
assignment.getTarget() = operator and
0 commit comments