summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC/NSError.cpp
diff options
context:
space:
mode:
authorLuke Drummond <luke.drummond@codeplay.com>2016-12-19 17:22:44 +0000
committerLuke Drummond <luke.drummond@codeplay.com>2016-12-19 17:22:44 +0000
commitf5bb1d6c4e8c96d8fa0b5cec47a68f8b06d025fd (patch)
treeb03d3199e198f30ab32541b400c9dd546a09fbef /lldb/source/Plugins/Language/ObjC/NSError.cpp
parent2e03213f90b0c443a4f3415757e8893d70420a85 (diff)
downloadbcm5719-llvm-f5bb1d6c4e8c96d8fa0b5cec47a68f8b06d025fd.tar.gz
bcm5719-llvm-f5bb1d6c4e8c96d8fa0b5cec47a68f8b06d025fd.zip
Expression evaluation for overloaded C functions (redux)
This is a redux of [Ewan's patch](https://reviews.llvm.org/D17957) , refactored to properly substitute primitive types using a hook in the itanium demangler, and updated after the previous patch went stale The new `SubsPrimitiveParmItanium` function takes a symbol name and replacement primitive type parameter as before but parses it using the FastDemangler, which has been modified to be able to notify clients of parse events (primitive types at this point). Additionally, we now use a `set` of `ConstStrings` instead of a `vector` so that we don't try and resolve the same invalid candidate multiple times. Differential Revision: https://reviews.llvm.org/D27223 Subscribers: lldb-commits llvm-svn: 290117
Diffstat (limited to 'lldb/source/Plugins/Language/ObjC/NSError.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud