mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
255 B
255 B
2.0.1
Minor Analysis Improvements
- All AST classes in
codeql.swift.elementsare nowfinal, which means that it is no longer possible tooverridepredicates defined in those classes (it is, however, still possible toextendthe classes).