Files
clang-p2996/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
paperchalice 6c02e36571 [lldb] fix dangling reference in ClangHost.cpp
The lifetime of clang_resource_path should be same as
kResourceDirSuffixes, because kResourceDirSuffixes doesn't own
clang_resource_path.

Differential Revision: https://reviews.llvm.org/D152225
2023-06-06 08:11:01 -07:00

6.3 KiB