serenity/Userland/Libraries/LibRegex
Linus Groh d60ebbbba6 Revert "Userland: static vs non-static constexpr variables"
This reverts commit 800ea8ea96.

Booting the system no longer worked after these changes.
2021-05-21 10:30:52 +01:00
..
C Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt Tests: Move LibRegex tests to Tests/LibRegex 2021-05-06 17:54:28 +02:00
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Regex.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexByteCode.cpp Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
RegexByteCode.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexDebug.h LibRegex: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
RegexError.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexLexer.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
RegexLexer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexMatch.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexMatcher.cpp LibRegex: Convert StringBuilder::appendf() => AK::Format 2021-05-07 21:12:09 +02:00
RegexMatcher.h Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
RegexOptions.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexParser.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
RegexParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00