ladybird/Userland/DevTools/HackStudio/LanguageServers/Cpp
Itamar 402483ec1f LibCpp: Generalize ASTNode::dump() to support redirecting its output
Previously, ASTNode::dump() used outln() for output, which meant it
always wrote its output to stdout.

After this commit, ASTNode::dump() receives an 'output' argument (which
is stdout by default). This enables writing the output to somewhere
else.

This will be useful for testing the LibCpp Parser with the output of
ASTNode::dump.
2021-05-19 23:19:07 +02:00
..
Tests CppLanguageServer: Put cpp test files in /home/anon/cpp-tests/ 2021-05-19 23:19:07 +02:00
ClientConnection.h LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine 2021-05-16 16:39:21 +02:00
CMakeLists.txt LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine 2021-05-16 16:39:21 +02:00
CppComprehensionEngine.cpp LibCpp: Generalize ASTNode::dump() to support redirecting its output 2021-05-19 23:19:07 +02:00
CppComprehensionEngine.h LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine 2021-05-16 16:39:21 +02:00
main.cpp LanguageServer/Cpp: Add tests 2021-05-14 13:27:47 +02:00
Tests.cpp CppLanguageServer: Put cpp test files in /home/anon/cpp-tests/ 2021-05-19 23:19:07 +02:00
Tests.h LanguageServer/Cpp: Add tests 2021-05-14 13:27:47 +02:00