You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang][cas] Correctly split out modules that are only imported for visibility
Modules imported for visibility only can happen when -fmodule-name
matches a modular header that is imported more than once so that we
trigger the correct re-exports but without trying to import a module.
0 commit comments