================
@@ -5126,6 +5126,14 @@ void CXXNameMangler::mangleExpression(const Expr *E, 
unsigned Arity,
       Diags.Report(DiagID);
       return;
     }
+    case UETT_VectorElements: {
----------------
lawben wrote:

I don't know. But none of the other `UETT_*` types are covered in 
`MicrosoftMangle.cpp`. I'm not sure whether they are missing or if it not 
necessary to add this.

https://github.com/llvm/llvm-project/pull/69010
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to