[clang][modules] NFCI: Scaffolding for serialization of adjusted SourceManager offsets
authorJan Svoboda <jan_svoboda@apple.com>
Wed, 2 Nov 2022 02:06:54 +0000 (19:06 -0700)
committerJan Svoboda <jan_svoboda@apple.com>
Wed, 2 Nov 2022 02:06:55 +0000 (19:06 -0700)
commit0bfc97e4f4eb352f8e080872df8fdca51147683c
treed90512a642aea1e40ecac168a7e234ddd639c16d
parentf61c135a69084e470b73c26a8134785808ee246f
[clang][modules] NFCI: Scaffolding for serialization of adjusted SourceManager offsets

This patch is a NFC prep for D136624, where we start adjusting offsets into `SourceManager`.

Depends on D137213.

Reviewed By: dexonsmith

Differential Revision: https://reviews.llvm.org/D137214
clang/include/clang/Serialization/ASTWriter.h
clang/lib/Serialization/ASTWriter.cpp
clang/lib/Serialization/ASTWriterDecl.cpp