From 02cf4582328e98e2c53387e67f268f9e28b90e3b Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Thu, 30 Jan 2025 16:50:22 +0000 Subject: [PATCH] C++: Add change note. --- cpp/ql/lib/change-notes/2025-01-30-getOffsetInClass.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2025-01-30-getOffsetInClass.md 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`.