[all-commits] [llvm/llvm-project] 1ab9a2: [lldb] Fix C2360: initialization of 'identifier' i...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Nov 5 23:09:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ab9a2906e19cca87cafac25cc31231a36de4843
https://github.com/llvm/llvm-project/commit/1ab9a2906e19cca87cafac25cc31231a36de4843
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
Log Message:
-----------
[lldb] Fix C2360: initialization of 'identifier' is skipped by 'case' label
Make sure that every case has its own lexical block.
More information about the All-commits
mailing list