mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
C promotion rules. The following issues are now flagged:
(1) passing a larger type than the receiver can accept
(e.g., long long -> int)
(2) passing a type of different signedness than the
parameter specified.