mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 01:16:05 +00:00

Serialization of tokens is required when PCH is used with late parsed templates, including annotation tokens used for pragmas. This patch implements the serialization for annot_pragma_pack. Fixes https://github.com/llvm/llvm-project/issues/60543 Differential Revision: https://reviews.llvm.org/D143410