erichkeane added inline comments.

================
Comment at: clang/lib/Sema/SemaDecl.cpp:11898
+          // defined... in a templated entity
+          !(DeclIsDefn && NewFD->isTemplated()) &&
+          // a member of a templated entity
----------------
Note we're using `isTemplated` here as a proxy for 'in a templated entity', 
since `isTemplated` is effectively `is a template OR in a templated entity'.


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

https://reviews.llvm.org/D147070

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to