================
@@ -747,6 +761,24 @@ void APValue::printPretty(raw_ostream &Out, const
PrintingPolicy &Policy,
Out << '}';
return;
}
+ case APValue::Matrix: {
----------------
inbelic wrote:I don't think there is currently a test for this snippet here, is it possible to add one? https://github.com/llvm/llvm-project/pull/178762 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
