This is an archive of the discontinued LLVM Phabricator instance.

[clang][modules] Apply local submodule visibility to includes
Needs ReviewPublic

Authored by jansvoboda11 on Nov 18 2021, 10:27 AM.

Details

Summary

With this patch, the preprocessor tracks the set of included files on per-submodule basis with -fmodules-local-submodule-visibility.

Depends on D155503.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.Nov 18 2021, 10:27 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2021, 10:27 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 1:37 PM
Herald added a subscriber: ributzka. · View Herald Transcript
jansvoboda11 edited the summary of this revision. (Show Details)

Rebase on top of D155503.