[PATCH] D24861: [Sema] extend Wshift-op-parentheses so it warns for multiplicative operators
Daniel Marjamäki via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 28 04:09:59 PDT 2016
danielmarjamaki added a comment.
I updated the patch so it does not warn about 'A * B << C'. It's a simple fix. I have not made careful measurements but I guess that the performance penalty is acceptable.
https://reviews.llvm.org/D24861
More information about the cfe-commits
mailing list