Commit 83cc6056 authored by Chuanqi Xu's avatar Chuanqi Xu
Browse files

[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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment