This is an archive of the discontinued LLVM Phabricator instance.

[clang][modules] NFCI: Avoid unnecessary serialization logic for non-affecting files
ClosedPublic

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

Details

Summary

This patch delays some ASTWriter logic until after we've checked whether the source location entry we're serializing as an affecting file or not.

Depends on D137214.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Nov 1 2022, 5:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 5:12 PM
Herald added a subscriber: ributzka. · View Herald Transcript
jansvoboda11 requested review of this revision.Nov 1 2022, 5:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 5:12 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Nov 1 2022, 5:23 PM