mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:32:44 +00:00 
			
		
		
		
	|  c3c2fe153b 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. | ||
|---|---|---|
| .. | ||
| Tests | ||
| ClientConnection.h | ||
| CMakeLists.txt | ||
| CppComprehensionEngine.cpp | ||
| CppComprehensionEngine.h | ||
| main.cpp | ||
| Tests.cpp | ||
| Tests.h | ||