ladybird/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler
Timothy Flynn ec492a1a08 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-18 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Base/*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -not \( -path "./Ports/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")

There are a couple of weird cases where clang-format now thinks that a
pointer access in an initializer list, e.g. `m_member(ptr->foo)`, is a
lambda return statement, and it puts spaces around the `->`.
2024-04-24 16:50:01 -04:00
..
AST JSSpecCompiler: Let FunctionDeclaration know its name and category 2024-03-25 14:28:52 -06:00
Compiler Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
Parser JSSpecCompiler: Parse properties list clause title 2024-03-25 14:28:52 -06:00
Runtime JSSpecCompiler: Pave a way for representing compile-time objects 2024-03-25 14:28:52 -06:00
Tests JSSpecCompiler: Ignore notes in algorithm steps 2024-02-24 15:03:08 -07:00
CMakeLists.txt JSSpecCompiler: Pave a way for representing compile-time objects 2024-03-25 14:28:52 -06:00
CompilationPipeline.h JSSpecCompiler: Provide an adequate command line interface 2023-10-26 15:45:31 -06:00
DiagnosticEngine.cpp JSSpecCompiler: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
DiagnosticEngine.h JSSpecCompiler: Start converting crashes to error messages 2024-01-21 14:57:10 -07:00
Forward.h JSSpecCompiler: Pave a way for representing compile-time objects 2024-03-25 14:28:52 -06:00
Function.cpp JSSpecCompiler: Pave a way for representing compile-time objects 2024-03-25 14:28:52 -06:00
Function.h JSSpecCompiler: Pave a way for representing compile-time objects 2024-03-25 14:28:52 -06:00
main.cpp Everywhere: Remove uneeded short option argument where possible 2024-04-22 08:10:08 +02:00
Printer.h JSSpecCompiler: Pave a way for representing compile-time objects 2024-03-25 14:28:52 -06:00