aaron.ballman accepted this revision.
aaron.ballman added a comment.

The changes look reasonable to me (@rsmith had a lot of comments, but I think 
you addressed them; it would be nice if he could confirm), but should 
definitely come with a release note. So LGTM modulo those nits and any 
last-minute comments from Richard.



================
Comment at: clang/lib/Sema/SemaTemplateInstantiate.cpp:803
             << FD << Active->InstantiationRange;
+      } else if (ClassTemplateDecl *CTD = dyn_cast<ClassTemplateDecl>(D)) {
+        Diags.Report(Active->PointOfInstantiation,
----------------



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

https://reviews.llvm.org/D148474

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

Reply via email to