================
Comment at: lib/Sema/SemaTemplateInstantiate.cpp:452
@@ +451,3 @@
+ } else if (FieldDecl *FD = dyn_cast<FieldDecl>(D)) {
+ Diags.Report(Active->PointOfInstantiation,
+ diag::note_template_nsdmi_here)
----------------
This has created some extra "instantiation requested here" notes which are
basically redundant with "default constructor first requested here" notes. What
can I do about that?
http://reviews.llvm.org/D5690
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits