[lldb] Fix C2360: initialization of 'identifier' is skipped by 'case' label
authorJonas Devlieghere <jonas@devlieghere.com>
Sat, 6 Nov 2021 06:08:27 +0000 (23:08 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 6 Nov 2021 06:09:35 +0000 (23:09 -0700)
commit1ab9a2906e19cca87cafac25cc31231a36de4843
treea93dd7f89d6020cbd7ec3ad9cf5ccb09715ab9c5
parent78758026e2a76901853a2dd213426bfaed3faf38
[lldb] Fix C2360: initialization of 'identifier' is skipped by 'case' label

Make sure that every case has its own lexical block.
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp