2 Commits

Author SHA1 Message Date
Michael Buch
3ad8657ff6
[lldb][SBAPI] Add new SBType::GetTemplateParameterValue API (#126901)
This patch adds a new API to `SBType` to retrieve the value of a
template parameter given an index. We re-use the
`TypeSystemClang::GetIntegralTemplateArgument` for this and thus
currently only supports integral non-type template parameters. Types
like float/double are not supported yet.

rdar://144395216
2025-02-13 09:53:17 +00:00
Raphael Isemann
82ed18601d [lldb] Explicitly test the template argument SB API 2020-10-15 11:17:43 +02:00