C++: Rename 'FieldContent' to 'NonUnionContent'.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-11-18 18:51:33 +00:00
parent f4a6ba9e50
commit 2af6db6320
3 changed files with 6 additions and 6 deletions

View File

@@ -190,7 +190,7 @@ module ModelGeneratorCommonInput implements ModelGeneratorCommonInputSig<Cpp::Lo
predicate isRelevantType(Type t) { any() }
Type getUnderlyingContentType(DataFlow::ContentSet c) {
result = c.(DataFlow::FieldContent).getField().getUnspecifiedType() or
result = c.(DataFlow::NonUnionFieldContent).getField().getUnspecifiedType() or
result = c.(DataFlow::UnionContent).getUnion().getUnspecifiedType()
}