Panel | |
---|---|
|
2.2.0-funcrel
Resolved Issues
The following issues have been fixed in this release of the analyzer.
Internal ID | Call ID | Summary | Notes |
---|---|---|---|
CPP-316 | - | False violation for "Avoid using 'enum' types as operands for arithmetic contexts" | - |
CPP-323 | - | Missing violation for "Avoid calling virtual method from constructor\destructor" | - |
CPP-326 | - | False violation for "Avoid performing conversion from a function pointer to any other type (C/C++)" for MFC standard macros | - |
CPP-327 | - | False violation for "Avoid performing conversion from a function pointer to any other type (C/C++)" for GetProcAddress | - |
CPP-328 | - | Missing violations for "Avoid using 'enum' types as operands for arithmetic contexts" while using & or &= with enums | - |
2.2.0-beta1
Resolved Issues
The following issues have been fixed in this release of the analyzer.
...