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

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 11 12:17:44 PDT 2025


mizvekov wrote:

Yeah I see, so this was actually missed previously in another node, `SubstNonTypeTemplateParmPackExpr`, which during substitution propagates this flag to `SubstNonTypeTemplateParmExpr`.

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


More information about the cfe-commits mailing list