[clang] [Clang][C++26] Implement Pack Indexing (P2662R3). (PR #72644)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 10 05:28:50 PST 2024


================
@@ -4193,6 +4194,13 @@ void CXXNameMangler::mangleType(const PackExpansionType *T) {
   mangleType(T->getPattern());
 }
 
+void CXXNameMangler::mangleType(const PackIndexingType *T) {
----------------
cor3ntin wrote:

This is a good question: do we need specific mangling, and if so, how do we process?
I don't think so, but then again I'm always confused that we sometime mangle dependent names

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


More information about the cfe-commits mailing list