Files
codeql/cpp/ql/lib/change-notes/released/6.1.1.md
2025-12-01 16:07:37 +00:00

6 lines
319 B
Markdown

## 6.1.1
### Minor Analysis Improvements
* The class `DataFlow::FieldContent` now covers both `union` and `struct`/`class` types. A new predicate `FieldContent.getAField` has been added to access the union members associated with the `FieldContent`. The old `FieldContent` has been renamed to `NonUnionFieldContent`.