[clang] [llvm] Add support in LLVM BitstreamWriter to automatically choose abbrevs. (PR #147191)
Chuanqi Xu via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 23 23:16:57 PDT 2025
https://github.com/ChuanqiXu9 commented:
This looks much better but we still have to record the layout twice. Once in Visit* methods and once in ASTWriterDecl. I fear the records in ASTWriterDecl get outdated quickly.
https://github.com/llvm/llvm-project/pull/147191
More information about the llvm-commits
mailing list