From 3f59f4809ed87e289adf598d516c25481ecdfeed Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 10:27:00 +0000 Subject: [PATCH] C++: Add change note for std::regex ECMAScript parser alignment --- .../change-notes/2026-07-23-std-regex-ecmascript-parser.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2026-07-23-std-regex-ecmascript-parser.md diff --git a/cpp/ql/lib/change-notes/2026-07-23-std-regex-ecmascript-parser.md b/cpp/ql/lib/change-notes/2026-07-23-std-regex-ecmascript-parser.md new file mode 100644 index 00000000000..03d3d4cfeda --- /dev/null +++ b/cpp/ql/lib/change-notes/2026-07-23-std-regex-ecmascript-parser.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* The C++ regular-expression parser has been aligned to the ECMAScript grammar used by `std::regex`.