ladybird/Userland/Libraries/LibRegex
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
C Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CMakeLists.txt Userland: Remove LibCore dependency from libraries that do not use it 2024-01-22 08:48:34 -05:00
Forward.h
Regex.h
RegexByteCode.cpp AK+LibRegex+LibWasm: Remove the non-const COWVector::operator[] 2024-03-12 17:10:47 +01:00
RegexByteCode.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
RegexBytecodeStreamOptimizer.h
RegexDebug.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
RegexDefs.h LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
RegexError.h LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
RegexLexer.cpp
RegexLexer.h
RegexMatch.h AK+LibRegex: Move COWVector to AK 2024-03-12 17:10:47 +01:00
RegexMatcher.cpp AK+LibRegex+LibWasm: Remove the non-const COWVector::operator[] 2024-03-12 17:10:47 +01:00
RegexMatcher.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
RegexOptimizer.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
RegexOptions.h LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
RegexParser.cpp LibRegex: Account for extra explicit And/Or in class parser assertion 2024-03-24 08:24:46 +01:00
RegexParser.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30