C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-11-19 17:23:39 +00:00
parent 4c09e554fc
commit 6c4def13b4

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* 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`.