This is an archive of the discontinued LLVM Phabricator instance.

Lex: Update Module::findHeader to return FileEntryRef, NFC
ClosedPublic

Authored by dexonsmith on Oct 30 2020, 10:54 AM.

Details

Summary

Update Module::findHeader to return Optional<FileEntryRef> and
fix its one caller.

Diff Detail