We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcfbf8 commit af8a767Copy full SHA for af8a767
lldb/source/Symbol/SymbolContext.cpp
@@ -893,9 +893,8 @@ char const *SymbolContext::GetPossiblyInlinedFunctionName(
893
return name;
894
895
// If we do have an inlined frame name, return that.
896
- if (char const *inline_name = inline_info->GetMangled()
897
- .GetName(mangling_preference)
898
- .AsCString())
+ if (char const *inline_name =
+ inline_info->GetMangled().GetName(mangling_preference).AsCString())
899
return inline_name;
900
901
// Sometimes an inline frame may not have mangling information,
0 commit comments