mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
![]() Previously, the names of declarations where stored as a simple StringView. Because of that, we couldn't parse out-of-line function definitions, which have qualified names. For example, we couldn't parse the following snippet: ``` void MyClass::foo(){} ``` To fix this, we now store the name of a declaration with a ASTNode::Name node, which represents a qualified named. |
||
---|---|---|
.. | ||
Cpp | ||
Shell | ||
ClientConnection.cpp | ||
ClientConnection.h | ||
CMakeLists.txt | ||
CodeComprehensionEngine.cpp | ||
CodeComprehensionEngine.h | ||
FileDB.cpp | ||
FileDB.h | ||
LanguageClient.ipc | ||
LanguageServer.ipc |