This is an archive of the discontinued LLVM Phabricator instance.

[clang][modules] NFCI: Unify FileID writing/reading
ClosedPublic

Authored by jansvoboda11 on Nov 1 2022, 5:01 PM.

Details

Summary

This patch adds new functions for writing/reading FileIDs and uses them to replace some ad-hoc code.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Nov 1 2022, 5:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 5:01 PM
Herald added a subscriber: ributzka. · View Herald Transcript
jansvoboda11 requested review of this revision.Nov 1 2022, 5:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 5:01 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
dexonsmith accepted this revision.Nov 1 2022, 5:19 PM
dexonsmith added a subscriber: dexonsmith.

LGTM.

This revision is now accepted and ready to land.Nov 1 2022, 5:19 PM
This revision was automatically updated to reflect the committed changes.