1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:58:11 +00:00
serenity/Userland/Libraries/LibCpp
AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
Replacement made by `find Kernel Userland -name '*.h' -o -name '*.cpp' | sed -i -Ee 's/dbgln\b<(\w+)>\(/dbgln_if(\1, /g'`
2021-02-08 18:08:55 +01:00
..
AST.cpp LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
AST.h Everywhere: Remove unnecessary headers 1/4 2021-02-08 18:03:57 +01:00
CMakeLists.txt LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp 2021-02-07 14:40:36 +01:00
Lexer.cpp LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Lexer.h LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Parser.cpp LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Parser.h LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
SyntaxHighlighter.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
SyntaxHighlighter.h LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax 2021-02-07 15:15:10 +01:00