[all-commits] [llvm/llvm-project] 83393d: [LLDB] Fix handling for the clang name mangling ex...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Wed Nov 6 14:20:13 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 83393d27af6631d1df5c549feb214abbdd1d6054
https://github.com/llvm/llvm-project/commit/83393d27af6631d1df5c549feb214abbdd1d6054
Author: shafik <syaghmour at apple.com>
Date: 2019-11-06 (Wed, 06 Nov 2019)
Changed paths:
M lldb/include/lldb/Core/Mangled.h
M lldb/source/Core/Mangled.cpp
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
M lldb/unittests/Core/MangledTest.cpp
Log Message:
-----------
[LLDB] Fix handling for the clang name mangling extension for block invocations
Add support for clangs mangling extension for block invocations.
Differential Revision: https://reviews.llvm.org/D69738
More information about the All-commits
mailing list