[all-commits] [llvm/llvm-project] 57c122: [lldb] Take StringRef name in GetIndexOfChildMembe...
Dave Lee via All-commits
all-commits at lists.llvm.org
Wed May 31 11:02:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57c122d0ea1db38116ea9128a2c273204248bc67
https://github.com/llvm/llvm-project/commit/57c122d0ea1db38116ea9128a2c273204248bc67
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M lldb/include/lldb/Symbol/CompilerType.h
M lldb/include/lldb/Symbol/TypeSystem.h
M lldb/source/Core/ValueObject.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M lldb/source/Symbol/CompilerType.cpp
Log Message:
-----------
[lldb] Take StringRef name in GetIndexOfChildMemberWithName (NFC)
Change the type of the `name` parameter from `char *` to `StringRef`.
Follow up to D151615.
Differential Revision: https://reviews.llvm.org/D151810
More information about the All-commits
mailing list