[LLDB] Use LLVM_FALLTHROUGH instead of a custom comment
authorMartin Storsjo <martin@martin.st>
Sat, 21 Sep 2019 19:09:54 +0000 (19:09 +0000)
committerMartin Storsjo <martin@martin.st>
Sat, 21 Sep 2019 19:09:54 +0000 (19:09 +0000)
commit5c38730dbd002a9f669bf3fb3c0a8b19e84bdd97
tree4d69c60842d7af9145b2693ad65253128d8d5644
parent2e25c44dc3fa97defe03e4b5d813344577d6b5fb
[LLDB] Use LLVM_FALLTHROUGH instead of a custom comment

This fixes a warning when built with Clang in MinGW mode.

Differential Revision: https://reviews.llvm.org/D67860

llvm-svn: 372484
lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp