nickdesaulniers added a comment.

I'm happy to modify the patch based on feedback from LKML, though

  switch (x) {
    case 0:
      ++x;
    default:
      break;
  }

is the important case that's 99% of the differences between GCC and Clang, 
which should not get removed from this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91895

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

Reply via email to