================
@@ -747,6 +761,24 @@ void APValue::printPretty(raw_ostream &Out, const 
PrintingPolicy &Policy,
     Out << '}';
     return;
   }
+  case APValue::Matrix: {
----------------
Icohedron wrote:

Not AFAIK. There are also no tests for other cases within this switch statement 
that I could find.
This is function is just used for debugging purposes as well, so I have kept it 
in.

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

Reply via email to