[PATCH] D126907: Deferred Concept Instantiation Implementation Take 2

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 8 20:05:09 PDT 2022


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



More information about the cfe-commits mailing list