riccibruno added a comment.

Let me take a look.

Reduced test case:

  class C {} b;
  void should_not_crash_with_switch_in_lambda() {
    switch (1)
    default:;
    auto f = [] {
      switch (1)
      default:;
    };
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82940



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

Reply via email to