[Lldb-commits] [lldb] [lldb] Add interface to check if UserExpression::Parse() is cacheable (PR #66826)

via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 19 16:51:41 PDT 2023


https://github.com/jimingham approved this pull request.

Presumably this will do something for Swift expressions?  I don't think there's any reason that the expression for a location in C/C++/ObjC code would not be cacheable, so the fact that this is a no-op in all of llvm.org lldb is expected.

https://github.com/llvm/llvm-project/pull/66826


More information about the lldb-commits mailing list