libclang_scanner_scan_dependencies is invoked in-process and doesn't currently have a means to propagate an environment dictionary, so it uses the calling process's.
This impacts the explicitModulesEnvironmentTest(), which has to mutate the process environment as a workaround.
libclang_scanner_scan_dependenciesis invoked in-process and doesn't currently have a means to propagate an environment dictionary, so it uses the calling process's.This impacts the explicitModulesEnvironmentTest(), which has to mutate the process environment as a workaround.