codeql-coding-standards/change_notes/2022-11-02-c-style-casts-li...

4 строки
361 B
Markdown

- `A5-2-2` - `TraditionalCStyleCastsUsed.ql`
- Reduced false positives by excluding casts generated by library macros (i.e. macros defined outside the source location)
- Improved the message to cite the macro which generated the c-style cast, if any.
- Improved the message to cite the type being casted to, to aid with identification and remediation.