mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02: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).