================ @@ -606,6 +606,7 @@ Bug Fixes to C++ Support - Fix a crash when extracting unavailable member type from alias in template deduction. (#GH165560) - Fix incorrect diagnostics for lambdas with init-captures inside braced initializers. (#GH163498) - Fixed an issue where templates prevented nested anonymous records from checking the deletion of special members. (#GH167217) +- Fixed a serialization bug in PackIndexingType, where we failed to expand those packs from a PCH/module. (#GH172464) ---------------- cor3ntin wrote:
```suggestion - Fixed serialization of pack indexing types, where we failed to expand those packs from a PCH/module. (#GH172464) ``` https://github.com/llvm/llvm-project/pull/173351 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
