mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
332 B
332 B
0.1.12
Minor Analysis Improvements
- Implemented support for data flow through trait functions. For the purpose of data flow, calls to trait functions dispatch to all possible implementations.
AssocItemandExternItemare now proper subclasses ofItem.- Added type inference for
forloops and array expressions.