[all-commits] [llvm/llvm-project] 9df19c: Add uncovered enums in switches caused by 9434c083...
David Blaikie via All-commits
all-commits at lists.llvm.org
Mon Apr 1 16:20:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9df19ce40281551bd348b262a131085cf98dadf5
https://github.com/llvm/llvm-project/commit/9df19ce40281551bd348b262a131085cf98dadf5
Author: David Blaikie <dblaikie at gmail.com>
Date: 2024-04-01 (Mon, 01 Apr 2024)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
Add uncovered enums in switches caused by 9434c083475e42f47383f3067fe2a155db5c6a30
These are probably actually unreachable - perhaps an lldb developer
would be interested in rephrasing this change to move the new cases into
some unreachable/unsupported bucket, rather than my half-hearted guess
at what the desired behavior would be (completely untested, because
they're probably untestable/unreachable - maybe debugging from modules?)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list