mirror of
https://github.com/github/codeql.git
synced 2026-08-02 16:32:58 +02:00
10 lines
296 B
Markdown
10 lines
296 B
Markdown
## 6.5.0
|
|
|
|
### New Features
|
|
|
|
* The `BuiltinFixedArrayType` class now defines the predicates `getSize` and `getElementType`, 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.
|