================
@@ -544,7 +545,7 @@ bool operator==(const CompilerType &lhs, const CompilerType 
&rhs);
 bool operator!=(const CompilerType &lhs, const CompilerType &rhs);
 
 struct CompilerType::IntegralTemplateArgument {
-  llvm::APSInt value;
+  clang::APValue value;
----------------
Michael137 wrote:

Ah good point. Changed to Scalar, wasn't a difficult transformation to make

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

Reply via email to