...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Clang |
| -Wparentheses | Can detect some instances of this rule, but does not detect all | ||||||
CodeSonar |
| LANG.STRUCT.CONDASSIG LANG.STRUCT.SE.COND LANG.STRUCT.USEASSIGN | Assignment in conditional Condition contains side effects Assignment result in expression | ||||||
Compass/ROSE |
|
| Could detect violations of this recommendation by identifying any assignment expression as the top-level expression in an | ||||||
| CC2.EXP18 | Fully implemented | |||||||
GCC |
|
| Can detect violations of this recommendation when the | ||||||
Klocwork |
|
| |||||||
LDRA tool suite |
| 114 S, 132 S | Enhanced Enforcement | ||||||
Parasoft C/C++test | 9.5 | BD-PB-CC | |||||||
Polyspace Bug Finder | R2016a | Invalid use of = operator | Assignment in control statement | ||||||
PRQA QA-C |
| 3314, 3326, 3344, 3416 | Partially implemented | ||||||
PRQA QA-C++ | 4.2 | 4071, 4074 | |||||||
SonarQube C/C++ Plugin |
| AssignmentInSubExpression |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...