From bb33ea383cc7c5e18bcd1d5f196439e1ab7ab486 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Fri, 9 Jan 2026 13:37:46 +0100 Subject: [PATCH] C++: Add change note for new builtins --- cpp/ql/lib/change-notes/2026-01-09-builtins.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2026-01-09-builtins.md diff --git a/cpp/ql/lib/change-notes/2026-01-09-builtins.md b/cpp/ql/lib/change-notes/2026-01-09-builtins.md new file mode 100644 index 00000000000..ece5fba5de6 --- /dev/null +++ b/cpp/ql/lib/change-notes/2026-01-09-builtins.md @@ -0,0 +1,4 @@ +--- +category: feature +--- +* Added subclasses of `BuiltInOperations` for the `__is_bitwise_cloneable`, `__is_invocable`, and `__is_nothrow_invocable` builtin operations.