[clang] [clang] fix serialization of SubstNonTypeTemplateParmExpr (PR #134560)

via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 11 12:11:21 PDT 2025


eaeltsin wrote:

Okay, this is `E->Final`, which was
- initialized for [VisitSubstNonTypeTemplateParmExpr(SubstNonTypeTemplateParmExpr *E)](https://github.com/llvm/llvm-project/blob/main/clang/lib/Serialization/ASTReaderStmt.cpp#L2233) 
- but missed for [VisitSubstNonTypeTemplateParmPackExpr(SubstNonTypeTemplateParmPackExpr *E)](https://github.com/llvm/llvm-project/blob/main/clang/lib/Serialization/ASTReaderStmt.cpp#L2242)


https://github.com/llvm/llvm-project/pull/134560


More information about the cfe-commits mailing list