[NFC] [Serialization] Extract logics to write special decls from
ASTWriter::WriteASTCore ASTWriter::WriteASTCore is a big function and slightly hard to read. This patch extracts the logics to force emitting special declarations and writing special records for these declarations into member functions. This is helpful to improve the readability and also helpful for the following patch to write special declarations lazily.
parent
b5aff11a
Please register or sign in to comment