mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
319 B
319 B
6.1.1
Minor Analysis Improvements
- The class
DataFlow::FieldContentnow covers bothunionandstruct/classtypes. A new predicateFieldContent.getAFieldhas been added to access the union members associated with theFieldContent. The oldFieldContenthas been renamed toNonUnionFieldContent.