[all-commits] [llvm/llvm-project] 79d167: [lldb][NFC] Fix compiler warnings after removal of...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Nov 5 08:18:27 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 79d16764dd29aeddb7e6400e6b2d89d31653886c
https://github.com/llvm/llvm-project/commit/79d16764dd29aeddb7e6400e6b2d89d31653886c
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M lldb/source/Core/Value.cpp
M lldb/source/Core/ValueObjectChild.cpp
M lldb/source/Core/ValueObjectMemory.cpp
Log Message:
-----------
[lldb][NFC] Fix compiler warnings after removal of eValueTypeVector
5d64574301836c4c17127794121d49a62d24f803 removes this enum value and now
all the switch statements that previously relied on handling this in the
'default' branch are causes compiler warnings due to redundant default cases.
This just removes the now unreachable code in there.
More information about the All-commits
mailing list