diff --git a/cpp/ql/lib/change-notes/2025-01-30-getOffsetInClass.md b/cpp/ql/lib/change-notes/2025-01-30-getOffsetInClass.md new file mode 100644 index 00000000000..3f876f2271d --- /dev/null +++ b/cpp/ql/lib/change-notes/2025-01-30-getOffsetInClass.md @@ -0,0 +1,4 @@ +--- +category: feature +--- +* A new predicate `getOffsetInClass` was added to the `Field` class, which computes the byte offset of a field relative to a given `Class`.