summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/template-arguments/Makefile
AgeCommit message (Collapse)Author
2025-02-13[lldb][SBAPI] Add new SBType::GetTemplateParameterValue API (#126901)Michael Buch
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
2020-10-15[lldb] Explicitly test the template argument SB APIRaphael Isemann