1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 05:22:25 +00:00
serenity/Userland/Libraries/LibRegex
Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions
This is a new option in clang-format-16.
2023-07-08 10:32:56 +01:00
..
C LibRegex: Tweak get_error() function 2023-01-04 20:04:57 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Forward.h
Regex.h
RegexByteCode.cpp LibRegex: Make ^ and $ accept all LineTerminators instead of just '\n' 2023-03-25 15:44:05 +01:00
RegexByteCode.h Everywhere: Remove unused includes of AK/Format.h 2023-01-02 20:27:20 -05:00
RegexBytecodeStreamOptimizer.h
RegexDebug.h Everywhere: Move AK/Debug.h include to using files or remove 2023-01-02 20:27:20 -05:00
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 Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
RegexMatcher.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
RegexMatcher.h Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
RegexOptimizer.cpp LibRegex: Make append_alternation() actually skip the common blocks 2023-06-14 06:41:17 +02:00
RegexOptions.h LibC+LibRegex: Move regex_defs.h from LibC to LibRegex 2023-06-27 12:40:38 +02:00
RegexParser.cpp LibRegex: Bail parsing class set characters upon early EOF 2023-06-23 20:22:45 +02:00
RegexParser.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00