================
@@ -1005,6 +1013,16 @@ clangd accepts flags on the commandline, and in the
CLANGD_FLAGS environment var
}
Opts.UseDirtyHeaders = UseDirtyHeaders;
Opts.PreambleParseForwardingFunctions = PreambleParseForwardingFunctions;
+ if (ExperimentalModulesSupport &&
+ SkipPreambleBuild.getNumOccurrences() == 0) {
----------------
ArcsinX wrote:
Thanks, addressed.
P.S. As a side effect, your original concern has also been fixed for cases
where the module code does not import other modules.
https://github.com/llvm/llvm-project/pull/189284
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits