This is an archive of the discontinued LLVM Phabricator instance.

[clang][modules] NFC: Propagate import `SourceLocation` into `HeaderSearch::lookupModule`
ClosedPublic

Authored by jansvoboda11 on Oct 11 2021, 9:26 AM.

Details

Summary

This patch propagates the import SourceLocation into HeaderSearch::lookupModule. This enables remarks on search path usage (implemented in D102923) to point to the source code that initiated header search.

Diff Detail

Event Timeline

jansvoboda11 requested review of this revision.Oct 11 2021, 9:26 AM
jansvoboda11 created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2021, 9:26 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Oct 11 2021, 12:40 PM
This revision was landed with ongoing or failed builds.Oct 12 2021, 12:32 AM
This revision was automatically updated to reflect the committed changes.