summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
diff options
context:
space:
mode:
authorAlex Langford <alangford@apple.com>2023-04-11 14:06:06 -0700
committerAlex Langford <alangford@apple.com>2023-04-12 11:20:24 -0700
commit0e22b8cba786a5da61b9279c4d2d10c756392a2e (patch)
tree2e1aee6fd773b8e6c01f96d704c272526e700486 /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
parent85057c1b43d8ee68ebc60b51fa45e047844358b7 (diff)
[lldb] Change formatter helper function parameter list to remove ConstString
All of these functions take a ConstString for the type_name, but this isn't really needed for two reasons: 1.) This parameter is always constructed from a static c-string constant. 2.) They are passed along to to `AddTypeSummary` as a StringRef anyway. Differential Revision: https://reviews.llvm.org/D148050
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions