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.
2 parents cf2a338 + af4e535 commit 08aa6c2Copy full SHA for 08aa6c2
lib/ClangImporter/ClangImporter.cpp
@@ -866,9 +866,6 @@ importer::addCommonInvocationArguments(
866
867
invocationArgStrs.push_back("-fansi-escape-codes");
868
869
- invocationArgStrs.push_back("-Xclang");
870
- invocationArgStrs.push_back("-opaque-pointers");
871
-
872
if (importerOpts.ValidateModulesOnce) {
873
invocationArgStrs.push_back("-fmodules-validate-once-per-build-session");
874
invocationArgStrs.push_back("-fbuild-session-file=" + importerOpts.BuildSessionFilePath);
0 commit comments