[Lldb-commits] [PATCH] D17957: Expression evaluation for overloaded C functions

Ewan Crawford via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 14 08:22:09 PDT 2016


EwanCrawford updated this revision to Diff 50595.
EwanCrawford added a comment.

Thanks for taking a look Sean.

I moved the mangling logic into `LanguageCPlusPlus` and created a new method for it. 
There was an existing function `FindEquivalentNames` that used `CPPRuntimeEquivalents`, but looked like that was targeted at types. Let me know if you prefer I reuse that.


Repository:
  rL LLVM

http://reviews.llvm.org/D17957

Files:
  packages/Python/lldbsuite/test/expression_command/call-overloaded-c-fuction/Makefile
  packages/Python/lldbsuite/test/expression_command/call-overloaded-c-fuction/TestCallOverloadedCFunction.py
  packages/Python/lldbsuite/test/expression_command/call-overloaded-c-fuction/main.c
  source/Expression/IRExecutionUnit.cpp
  source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17957.50595.patch
Type: text/x-patch
Size: 10546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160314/46e98dc8/attachment.bin>


More information about the lldb-commits mailing list