From f6b720b37b05cefe9e397ca65b73410b0f3d718e Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Fri, 9 Jan 2026 14:10:37 +0100 Subject: [PATCH] C++: Add change note --- cpp/ql/lib/change-notes/2026-01-09-this-access.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2026-01-09-this-access.md diff --git a/cpp/ql/lib/change-notes/2026-01-09-this-access.md b/cpp/ql/lib/change-notes/2026-01-09-this-access.md new file mode 100644 index 00000000000..e0934d8926b --- /dev/null +++ b/cpp/ql/lib/change-notes/2026-01-09-this-access.md @@ -0,0 +1,4 @@ +--- +category: feature +--- +* Added a `isThisAccess` predicate to `ParamAccessForType` that holds when the access is to the implicit object parameter.