ladybird/Userland/Libraries/LibCpp
Brian Gianforcaro 42865b8975 LibCpp: Add .clang-format to disable clang-format for the LibCpp Tests
We don't format these files, as they might have been intentionally
formatted differently from the normal serenity style for testing.

So ignore them from our global style, so clang-format
doesn't pick them up by accident.
2022-09-19 15:52:37 -07:00
..
Tests LibCpp: Add .clang-format to disable clang-format for the LibCpp Tests 2022-09-19 15:52:37 -07:00
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: Fix badly-formatted includes 2022-09-17 04:00:54 +00:00
Parser.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Parser.h Everywhere: Fix badly-formatted includes 2022-09-17 04:00:54 +00: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