[Lldb-commits] [PATCH] D64844: [Target] Remove Target::GetScratchClangASTContext

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 17 14:57:05 PDT 2019


jingham added a comment.

The nice thing about the way the ObjCLanguageRuntime::Get was that is was only useable where we decided it was legit to use it, in the actual ObjCLanguageRuntime plugin or its direct users.  If you want to keep the convenience cast function in a header in Plugins/ExpressionParser/Clang, that would be fine.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64844/new/

https://reviews.llvm.org/D64844





More information about the lldb-commits mailing list