mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
508 B
508 B
7.0.1
Minor Analysis Improvements
- The call graph resolution no longer considers methods marked using
@typing.overloadas valid targets. This ensures that only the method that contains the actual implementation gets resolved as a target.
- Inline expectations test comments, which are of the form
# $ tagor# $ tag=value, are now parsed more strictly and will not be recognized if there isn't a space after the$symbol.