Michael137 wrote:

We now have three APIs to query template parameters: 
`GetTemplateParameterType`/`GetTemplateParameterKind`/`GetTemplateParameterValue`.
 Perhaps we could just represent a template parameter as an `SBValue` instead? 
And return that via a `SBType::GetTemplateParameter`. Then the 
type/kind/name/value can be queried off of it?

I chose the simpler approach with this patch but happy to reconsider if others 
feel one way or the other

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

Reply via email to