[PATCH] D132900: [DWARF] Fix infinite recursion in Type Printer.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 11:20:59 PDT 2022


dblaikie added a comment.

Reduced down to:

  struct t1;
  
  void f1() {
    using t2 = t1;
    void (t2::* __fn)();
  }

Still investigating.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132900



More information about the llvm-commits mailing list