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.
Paths
| Differential D137216
[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 TimelineThis revision is now accepted and ready to land.Nov 1 2022, 5:23 PM Closed by commit rGa13122c612a6: [clang][modules] NFCI: Avoid unnecessary serialization logic for non-affecting… (authored by jansvoboda11). · Explain WhyNov 1 2022, 7:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 472463 clang/lib/Serialization/ASTWriter.cpp
|