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 e185f37 commit 3f17a46Copy full SHA for 3f17a46
change_notes/2022-11-02-c-style-casts-library-macros.md
@@ -0,0 +1,4 @@
1
+ - `A5-2-2` - `TraditionalCStyleCastsUsed.ql`
2
+ - Reduced false positives by excluding casts generated by library macros (i.e. macros defined outside the source location)
3
+ - Improved the message to cite the macro which generated the c-style cast, if any.
4
+ - Improved the message to cite the type being casted to, to aid with identification and remediation.
0 commit comments