================
@@ -3599,6 +3599,11 @@ static void expandArray(APValue &Array, unsigned Index) {
Array.swap(NewValue);
}
+static void expandVector(APValue &Vec, unsigned NumElements) {
----------------
a-tarasyuk wrote:
@Fznamznon, thank you for your feedback — I’ve added an additional test,
comments, and assertions.
https://github.com/llvm/llvm-project/pull/180293
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits