rnk added a subscriber: rnk.
rnk added a comment.

I thought we already addressed this issue with @rjmccall and decided that, if 
the user intentionally declares extern "C" variables with an _Z prefix, then we 
know they are intentionally attempting to name some C++ global variable.

I'd rather just warn on all extern "C" declarations starting with _Z, and let 
users keep the pieces when things break.


http://reviews.llvm.org/D15686



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

Reply via email to