[PATCH] D15784: Enable 2 warnings on MSVC, turn on StringPooling & intrinsic functions

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 2 13:05:15 PST 2016


aaron.ballman added a comment.

In http://reviews.llvm.org/D15784#318472, @ariccio wrote:

> Ahh, well, I can always dump it and leave the `/Zc:` options on, which are nice for detecting silly mistakes.


That's my recommendation; with just /Zc: and /Oi, I think it would be ready to go. We can debate /GF by itself if we want to.


http://reviews.llvm.org/D15784





More information about the llvm-commits mailing list