mirror of
https://github.com/github/codeql.git
synced 2026-08-01 07:53:00 +02:00
296 B
296 B
6.5.0
New Features
- The
BuiltinFixedArrayTypeclass now defines the predicatesgetSizeandgetElementType, which yield the size of the array and the type of elements stored in the array, respectively.
Major Analysis Improvements
- Upgraded to allow analysis of Swift 6.3.1.