[clang] [Clang][C++26] Implement Pack Indexing (P2662R3). (PR #72644)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 10 08:36:29 PST 2024
================
@@ -4193,6 +4194,13 @@ void CXXNameMangler::mangleType(const PackExpansionType *T) {
mangleType(T->getPattern());
}
+void CXXNameMangler::mangleType(const PackIndexingType *T) {
----------------
cor3ntin wrote:
@rnk I was told that you could help with the microsoft abi for this. thanks!
https://github.com/llvm/llvm-project/pull/72644
More information about the cfe-commits
mailing list