ladybird/Userland/Libraries/LibCodeComprehension/Cpp
Ben Wiederhake 07dd719e3e LibCodeComprehension: Prefer File::read_until_eof over DeprecatedFile
Note that LibTest/Macros.h and therefore the macro TRY_OR_FAIL are not
available, so using these would require some in-depth rework.

release_value_but_fixme_should_propagate_errors should generate a
reasonably obvious hint that the test didn't find some expected file.
Note that I intentionally did not choose MUST(), since it should be a
TRY_OR_FAIL() in some form.
2023-05-19 23:31:20 +02:00
..
Tests LibCpp: Support for parsing c-style fixed arrays (arr[2]) 2023-04-26 09:40:25 +01:00
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
ConnectionFromClient.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
CppComprehensionEngine.cpp Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
CppComprehensionEngine.h LibCpp: Make C++ AST (mostly) const-correct 2023-02-21 00:54:04 +01:00
Tests.cpp LibCodeComprehension: Prefer File::read_until_eof over DeprecatedFile 2023-05-19 23:31:20 +02:00
Tests.h LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00