This is an archive of the discontinued LLVM Phabricator instance.

[clang][AST] Make `getLocalOrImportedSubmoduleID` work with const `Module*`. NFC.
ClosedPublic

Authored by vsapsai on Jun 15 2021, 7:53 PM.

Diff Detail

Event Timeline

vsapsai created this revision.Jun 15 2021, 7:53 PM
vsapsai requested review of this revision.Jun 15 2021, 7:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2021, 7:53 PM
This revision is now accepted and ready to land.Jun 17 2021, 12:17 PM
This revision was landed with ongoing or failed builds.Jun 17 2021, 5:30 PM
This revision was automatically updated to reflect the committed changes.

Thanks for the review!