[all-commits] [llvm/llvm-project] 0bfc97: [clang][modules] NFCI: Scaffolding for serializati...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Tue Nov 1 19:11:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0bfc97e4f4eb352f8e080872df8fdca51147683c
https://github.com/llvm/llvm-project/commit/0bfc97e4f4eb352f8e080872df8fdca51147683c
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M clang/include/clang/Serialization/ASTWriter.h
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list