erik.pilkington added inline comments.

================
Comment at: lib/Sema/SemaTemplate.cpp:5946
+    if (const LinkageSpecDecl *LSD = Ctx->getExternCContext())
+      Diag(LSD->getExternLoc(), diag::note_module_import_in_extern_c);
+    return true;
----------------
Can you update the name of this diagnostic to not mention modules, now that we 
use it more generally?


Repository:
  rL LLVM

https://reviews.llvm.org/D26189



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

Reply via email to