rnk added a comment.

I'm not really sure this is a bug. The point of -Wshadow is to warn on valid 
but possibly confusing code. Shadowing a variable is perfectly legal, but 
people think it's confusing, so we implemented this warning. Are we concerned 
that people might get confused between the different local variables here?


https://reviews.llvm.org/D35941



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

Reply via email to