Files
clang-p2996/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
Alex Langford 4c8b6fae44 [lldb][NFCI] TypeSystemClang::GetTypeForIdentifier should take a StringRef
This method just takes its ConstString parameter and gets a StringRef
out of it. Let's just pass in a StringRef directly.

This also cleans up some logic in the callers to be a little easier to
read and to avoid unnecessary ConstString creation.

Differential Revision: https://reviews.llvm.org/D153054
2023-06-16 10:44:55 -07:00

51 KiB