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.