[PATCH] D133874: [clang] Changes to produce sugared converted template arguments

Matheus Izvekov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 26 14:54:22 PDT 2022


mizvekov added a comment.

Thanks.

Reduced to:

  void foo();
  template <void () = foo> void bar() {}
  template void bar<>();
  template void bar<foo>();


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133874



More information about the cfe-commits mailing list