ladybird/Userland/DevTools
Itamar 34fc6c7e1c LibCpp: Make the fields of AST node types private
Previously almost all fields were public and were directly accessed by
the Parser and CppComprehensionEngine.

This commit makes all fields of AST node types private. They are now
accessed via getters & setters.
2021-07-10 21:58:28 +02:00
..
HackStudio LibCpp: Make the fields of AST node types private 2021-07-10 21:58:28 +02:00
Inspector AK+Everywhere: Change int to size_t in JsonObject and JsonArray 2021-06-29 13:18:03 +02:00
IPCCompiler IPCCompiler+WindowServer: Fix deleted function warning 2021-07-08 10:11:00 +02:00
Playground Everywhere: Prefer using "..."sv over StringView { "..." } 2021-07-04 14:24:03 +02:00
Profiler Everywhere: Add break after the last case label before default 2021-07-08 10:11:00 +02:00
StateMachineGenerator Userland: Change typedef to using directive 2021-05-21 10:07:22 +01:00
UserspaceEmulator UserspaceEmulator: Use long double in FABS 2021-07-08 10:11:00 +02:00
CMakeLists.txt Userland: Disable Hackstudio and UE on x86_64 2021-06-30 19:05:51 +02:00