REPOSITORY
  rL LLVM

================
Comment at: llvm/tools/clang/lib/Sema/SemaTemplate.cpp:5840
@@ +5839,3 @@
+      int Diag = diag::err_template_spec_redecl_out_of_scope;
+      if (S.getLangOpts().MSVCCompat)
+        Diag = diag::ext_ms_template_spec_redecl_out_of_scope;
----------------
Since this is a non-heinous, conforming extension (and even something that's 
been suggested for standardization), should it go under `-fms-extensions` not 
`-fms-compatibility`?

http://reviews.llvm.org/D8283

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to