ChuanqiXu added inline comments.
================ Comment at: clang/lib/Sema/SemaConcept.cpp:442-444 + } + } else if (FD->getTemplatedKind() == FunctionDecl::TK_MemberSpecialization || + FD->getTemplatedKind() == FunctionDecl::TK_DependentNonTemplate) { ---------------- erichkeane wrote: > ChuanqiXu wrote: > > nit: This is not important but I prefer the style. It makes each logical > > section shorter and indentation shorter. > I THINK i got this suggestion right? Phab makes it not particularly clear. Yes, this is what I want. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126907/new/ https://reviews.llvm.org/D126907 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits