llvm-project/lldb/unittests/Language
Michael Buch 76f34ed283 [lldb][CPlusPlus] Introduce CPlusPlusLanguage::MethodName::GetReturnType
This patch adds a way to extract the return type out
of the `CPlusPlusNameParser`. This will be useful
for cases where we want a function's basename *and* the
return type but not the function arguments; this is
currently not possible (the parser either gives us the
full name or just the basename). Since the parser knows
how to handle return types already we should just expose
this to users that need it.

**Testing**

* Added unit-tests

Differential Revision: https://reviews.llvm.org/D136935
2022-10-31 12:25:18 +00:00
..
CLanguages [lldb] Return StringRef from PluginInterface::GetPluginName 2021-10-18 10:14:42 +02:00
CPlusPlus [lldb][CPlusPlus] Introduce CPlusPlusLanguage::MethodName::GetReturnType 2022-10-31 12:25:18 +00:00
Highlighting
CMakeLists.txt