ladybird/Libraries/LibRegex
Andreas Kling a08b334603 LibRegex: Remove stale GreedyLoop snapshot comment
Drop the outdated note that GreedyLoop backtracking does not need a
register snapshot.

The previous commit started snapshotting registers for the optimized
GreedyLoop and LazyLoop states so capture groups are restored correctly
across backtracking. Keeping the old comment would describe the
opposite of the code we now rely on.
2026-03-27 17:32:19 +01:00
..
Rust LibRegex: Remove stale GreedyLoop snapshot comment 2026-03-27 17:32:19 +01:00
CMakeLists.txt LibRegex: Remove the legacy C++ ECMA-262 engine 2026-03-27 17:32:19 +01:00
ECMAScriptRegex.cpp LibRegex: Add ECMAScriptRegex and migrate callers 2026-03-27 17:32:19 +01:00
ECMAScriptRegex.h LibRegex: Add ECMAScriptRegex and migrate callers 2026-03-27 17:32:19 +01:00
RustRegex.cpp LibRegex: Avoid widening ASCII regex input 2026-03-27 17:32:19 +01:00
RustRegex.h LibRegex: Avoid widening ASCII regex input 2026-03-27 17:32:19 +01:00