[PATCH] D13643: [Sema] Warn on ternary comparison
Matěj Grabovský via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 21 04:31:23 PDT 2015
mgrabovsky added a comment.
In http://reviews.llvm.org/D13643#270813, @danielmarjamaki wrote:
> If you're interested.. it does not currently warn about "1.0 < 2.0 < 3.0" as far as I see.
I have now fixed this for C, but the issue remains for C++ and I have absolutely no idea what's going on. Can someone knowledgeable chime in?
http://reviews.llvm.org/D13643
More information about the cfe-commits
mailing list