[Lldb-commits] [PATCH] D108395: [lldb] Delete IRExecutionUnit::CollectCandidateCPlusPlusNames

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 19 11:41:55 PDT 2021


bulbazord created this revision.
bulbazord added reviewers: clayborg, jingham, teemperor, JDevlieghere.
Herald added a subscriber: mgorny.
bulbazord requested review of this revision.
Herald added a project: LLDB.

My goal is to remove lldbExpression's dependence on
lldbPluginCPlusPlusLanguage.  I initially deleted this code in
to see what tests failed so that I could better understand how to
trigger this code path. No tests failed and I was unable to figure out
how to trigger the path manually, so I would like to delete it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108395

Files:
  lldb/source/Expression/CMakeLists.txt
  lldb/source/Expression/IRExecutionUnit.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108395.367567.patch
Type: text/x-patch
Size: 4801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210819/39f9d9c5/attachment.bin>


More information about the lldb-commits mailing list