diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2024-04-03 13:14:07 +0800 |
---|---|---|
committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2024-04-03 14:55:20 +0800 |
commit | a75b3e949da588bafd521eff6d265f3ea2f854c2 (patch) | |
tree | 8d7f2e8975fe934ab396ed49353276c7138c95dc /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 7edddee2aa6a6183e40784c9141afec3e2eabb95 (diff) | |
download | llvm-a75b3e949da588bafd521eff6d265f3ea2f854c2.zip llvm-a75b3e949da588bafd521eff6d265f3ea2f854c2.tar.gz llvm-a75b3e949da588bafd521eff6d265f3ea2f854c2.tar.bz2 |
[NFC] [Serialization] Extract logics to write decls and types into a standalone function
This patch extract logics in ASTWriter::WriteASTCore about writing decls
and types into a standalone function. The WriteASTCore function is
pretty long and hard to read. It should be helpful for readability to extract the common
logics into a standalone function.
This is also helpful for further changes e.g., removing unreachable
declarations.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions