0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-23 10:16:07 +00:00
Michael Buch 52e45a79ad
[lldb][Language] Change GetFunctionDisplayName to take SymbolContext by reference ()
Both the `CPlusPlusLanguage` plugins and the Swift language plugin
already assume the `sc != nullptr`. And all `FormatEntity` callsites of
`GetFunctionDisplayName` already check for nullptr before passing `sc`.
This patch makes this pre-condition explicit by changing the parameter
to `const SymbolContext &`. This will help with some upcoming changes in
this area.
2025-04-13 23:19:26 +01:00
..
2025-04-13 14:40:41 -07:00