This is an archive of the discontinued LLVM Phabricator instance.

[Lex/HeaderSearch] Only lookup `HeaderFileInfo` for a `FileEntry` from `ExternalSource` once
AbandonedPublic

Authored by akyrtzi on Jul 11 2022, 4:53 PM.

Details

Reviewers
None
Summary

Without marking the HeaderFileInfo as resolved the FileEntries of files that were not found in ExternalSource
are looked up in ExternalSource over and over again.

Diff Detail

Event Timeline

akyrtzi created this revision.Jul 11 2022, 4:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2022, 4:53 PM
akyrtzi requested review of this revision.Jul 11 2022, 4:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2022, 4:53 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
akyrtzi abandoned this revision.Jul 11 2022, 5:34 PM