ladybird/Userland/Libraries/LibRegex
Ben Wiederhake 50698a0db4 AK: Prevent accidental misuse of BumpAllocator
In particular, we implicitly required that the caller initializes the
returned instances themselves (solved by making
UniformBumpAllocator::allocate call the constructor), and BumpAllocator
itself cannot handle classes that are not trivially deconstructible
(solved by deleting the method).

Co-authored-by: Ali Mohammad Pur <ali.mpfard@gmail.com>
2021-10-23 19:02:54 +01:00
..
C LibRegex+LibC: Make re_nsub available to the user 2021-07-13 07:04:06 +02:00
CMakeLists.txt LibRegex: Add a basic optimization pass 2021-09-13 14:38:53 +04:30
Forward.h LibRegex: Use a match table for character classes 2021-10-03 19:16:36 +02:00
Regex.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexByteCode.cpp LibRegex: Use a match table for character classes 2021-10-03 19:16:36 +02:00
RegexByteCode.h LibRegex: Transform 0,1 min/unbounded max repetitions to * or + 2021-10-09 15:57:05 +02:00
RegexBytecodeStreamOptimizer.h LibRegex: Use a match table for character classes 2021-10-03 19:16:36 +02:00
RegexDebug.h LibRegex: Switch to east-const style 2021-07-23 21:19:21 +04:30
RegexError.h LibRegex+LibUnicode: Begin implementing Unicode property escapes 2021-07-30 21:26:31 +01:00
RegexLexer.cpp LibRegex: Allow null bytes in pattern 2021-08-30 18:43:09 +02:00
RegexLexer.h LibRegex: Convert regex::Lexer to inherit from GenericLexer 2021-08-19 23:49:25 +02:00
RegexMatch.h LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage 2021-10-02 17:39:38 +02:00
RegexMatcher.cpp AK: Prevent accidental misuse of BumpAllocator 2021-10-23 19:02:54 +01:00
RegexMatcher.h LibRegex: Pass RegexStringView and Vector<RegexStringView> by reference 2021-09-16 17:17:13 +02:00
RegexOptimizer.cpp LibRegex: Use a match table for character classes 2021-10-03 19:16:36 +02:00
RegexOptions.h Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
RegexParser.cpp Libraries: Fix typos 2021-10-01 01:06:40 +01:00
RegexParser.h Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00