This is an archive of the discontinued LLVM Phabricator instance.

[clang] NFCI: Split `HeaderSearch::findAllModulesForHeader()`
ClosedPublic

Authored by jansvoboda11 on May 31 2023, 4:27 PM.

Details

Summary

This mimics the ModuleMap API and enables D151854, where the AllowCreation = true function needs FileEntryRef but AllowCreation = false functions is happy with plain FileEntry. No functional change intended.

Diff Detail

Event Timeline

jansvoboda11 created this revision.May 31 2023, 4:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2023, 4:27 PM
Herald added a subscriber: ributzka. · View Herald Transcript
jansvoboda11 requested review of this revision.May 31 2023, 4:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2023, 4:27 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jansvoboda11 edited the summary of this revision. (Show Details)May 31 2023, 4:30 PM
benlangmuir accepted this revision.Jun 1 2023, 9:23 AM
This revision is now accepted and ready to land.Jun 1 2023, 9:23 AM