mirror of
https://github.com/RGBCube/serenity
synced 2025-10-30 14:42:43 +00:00
When we run the Preprocessor from the CppComprehensionEngine of the language server, we don't want the preprocessor to crash if it encounters an invalid preprocessor statement (for example, an #endif statement without an accompanying previous #if statement). To achieve this, this commit adds an "ignore_invalid_statements" flag to the preprocessor which is set by the CppComprehensionEngine. Fixes #11064. |
||
|---|---|---|
| .. | ||
| Cpp | ||
| Shell | ||
| ClientConnection.cpp | ||
| ClientConnection.h | ||
| CMakeLists.txt | ||
| CodeComprehensionEngine.cpp | ||
| CodeComprehensionEngine.h | ||
| FileDB.cpp | ||
| FileDB.h | ||
| LanguageClient.ipc | ||
| LanguageServer.ipc | ||