alexfh added a comment.

Thank you for explaining. The use case seems to be important enough to support 
it. And the solution seems to be good for now. A few concerns:

1. `Werrors` isn't a good name for this. The only reason why a similar thing is 
called `-Werror` in compilers is that they use `-W` for warnings. I'd suggest 
TreatAsErrors, WarningsAsErrors or anything similar (with the proper casing 
change for the command line argument).
2. Documentation is missing.


http://reviews.llvm.org/D15528



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

Reply via email to