Anastasia added inline comments.
================
Comment at: lib/Sema/SemaDecl.cpp:8267
 
-      S.Diag(PD->getLocation(), diag::note_within_field_of_type)
-        << PD->getDeclName();
+      S.Diag(OrigRecDecl->getLocation(), diag::note_within_field_of_type)
+          << OrigRecDecl->getDeclName();
----------------
Should this bit go into https://reviews.llvm.org/D49725?


Repository:
  rC Clang

https://reviews.llvm.org/D49725



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

Reply via email to