serenity/Userland
iyush ac435f914c LibCpp: Support for parsing c-style fixed arrays (arr[2])
Also adds tests for finding declaration of arrays inside
CppComprehension which requires proper parsing for passing.

Side-effect of this patch: if we ctrl+click on array variables, it
should jump to the correct declaration inside HackStudio.
2023-04-26 09:40:25 +01:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
DevTools Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games LibChess: Return ErrorOr<String> from to-algebraic/fen methods 2023-04-24 20:58:35 +02:00
Libraries LibCpp: Support for parsing c-style fixed arrays (arr[2]) 2023-04-26 09:40:25 +01:00
Services WindowServer: Draw stretched wallpapers with bilinear blending 2023-04-25 22:37:57 +02:00
Shell Userland: Remove serialize-to-JSON functions only used for Inspector 2023-04-25 14:48:40 +02:00
Utilities Utilities: Add support for loading the WASI module to wasm 2023-04-26 03:47:15 +03:30
CMakeLists.txt