We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5d414 commit 663fd9aCopy full SHA for 663fd9a
Userland/DevTools/HackStudio/LanguageServers/Cpp/ParserAutoComplete.cpp
@@ -426,6 +426,7 @@ OwnPtr<ParserAutoComplete::DocumentData> ParserAutoComplete::create_document_dat
426
document_data->m_filename = move(filename);
427
document_data->m_text = move(text);
428
document_data->m_preprocessor = make<Preprocessor>(document_data->m_filename, document_data->text());
429
+ document_data->preprocessor().set_ignore_unsupported_keywords(true);
430
document_data->preprocessor().process();
431
432
Preprocessor::Definitions all_definitions;
0 commit comments