ychen added inline comments.
================ Comment at: clang/lib/Sema/SemaInit.cpp:4012 + // Avoid an infinite template expansion loop in requirements checking by + // skipping the conversion functions check. ---------------- Would be better to check this lazily (inside the if statement below). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133052/new/ https://reviews.llvm.org/D133052 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits