ladybird/Userland/Libraries/LibCpp
sin-ack c8585b77d2 Everywhere: Replace single-char StringView op. arguments with chars
This prevents us from needing a sv suffix, and potentially reduces the
need to run generic code for a single character (as contains,
starts_with, ends_with etc. for a char will be just a length and
equality check).

No functional changes.
2022-07-12 23:11:35 +02:00
..
Tests LibCpp: Parse inheritance 2022-04-17 10:09:23 +04:30
AST.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
AST.h LibCpp: Parse inheritance 2022-04-17 10:09:23 +04:30
CMakeLists.txt LibCpp: Add SemanticSyntaxHighlighter 2022-02-09 00:51:31 +01:00
Lexer.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Lexer.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
Parser.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Parser.h LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
Preprocessor.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Preprocessor.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SemanticSyntaxHighlighter.cpp Everywhere: Fix a bunch of typos 2022-05-29 15:22:00 +02:00
SemanticSyntaxHighlighter.h LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
SyntaxHighlighter.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
SyntaxHighlighter.h Libraries: Use default constructors/destructors in LibCpp 2022-03-10 18:04:26 -08:00
Token.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Token.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00