[Lldb-commits] [lldb] [lldb][TypeSystemClang] Add support for floating point template argument constants (PR #127206)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 17 03:19:07 PST 2025


================
@@ -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


More information about the lldb-commits mailing list