[all-commits] [llvm/llvm-project] 107997: [lldb][Core] Remove dead codepath in Mangled
Alex via All-commits
all-commits at lists.llvm.org
Tue May 26 17:13:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1079978b3c506abca2b4dd9a5b131c024330206b
https://github.com/llvm/llvm-project/commit/1079978b3c506abca2b4dd9a5b131c024330206b
Author: Alex Langford <apl at fb.com>
Date: 2020-05-26 (Tue, 26 May 2020)
Changed paths:
M lldb/source/Core/Mangled.cpp
Log Message:
-----------
[lldb][Core] Remove dead codepath in Mangled
Summary:
Objective-C names are stored in m_demangled, not in m_mangled. The
method in the condition will never return true.
Differential Revision: https://reviews.llvm.org/D79823
More information about the All-commits
mailing list