Files
codeql/cpp/ql/lib/change-notes/2025-11-19-content.md
Mathias Vorreiter Pedersen 6c4def13b4 C++: Add change note.
2025-11-19 17:24:30 +00:00

307 B

category
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.