dblaikie added a comment.

I'm guessing this change will break the build in a different way, triggering 
clang's -Wcovered-switch-default - the usual way this gcc/clang diagnostic 
pinch is resolved is by putting the unreachable after the switch/at the end of 
the function, instead of in a default case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100447/new/

https://reviews.llvm.org/D100447

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to