mirror of
https://github.com/github/codeql.git
synced 2026-02-17 07:23:42 +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.