[Lldb-commits] [PATCH] D69738: Fix handling for the clang name mangling extension for block invocations
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 4 14:53:43 PST 2019
shafik updated this revision to Diff 227786.
shafik marked 12 inline comments as done.
shafik added a comment.
Updating based on comments
- Adding documentation
- using startswith(...)
- Updating initialization to use = instead of {}
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69738/new/
https://reviews.llvm.org/D69738
Files:
lldb/include/lldb/Core/Mangled.h
lldb/source/Core/Mangled.cpp
lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
lldb/unittests/Core/MangledTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69738.227786.patch
Type: text/x-patch
Size: 6288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191104/f45c5ed8/attachment.bin>
More information about the lldb-commits
mailing list