================
@@ -6935,6 +6956,26 @@ void CXXNameMangler::mangleValueInTemplateArg(QualType 
T, const APValue &V,
     break;
   }
 
+  case APValue::Reflection: {
+    // https://github.com/itanium-cxx-abi/cxx-abi/issues/208
+    Out << "LDm";
----------------
shafik wrote:

This looks like code duplication. Can we do something similar to 
`MangleNullPointer`? and factor out this code?


https://github.com/llvm/llvm-project/pull/190356
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to