mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
472 B
472 B
0.2.3
Major Analysis Improvements
- Added
DataFlow::CollectionContent, which will enable more accurate flow through collections.
Minor Analysis Improvements
- Added local flow sources for
UITextInputand related classes. - Flow through forced optional unwrapping (
!) on the left side of assignment now works in most cases. Type.getNamenow gets the name of the type alone without any enclosing types. UseType.getFullNamefor the old behaviour.