[PATCH] D19451: [clang-tidy] New checker for redundant expressions.
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 23 07:19:57 PDT 2016
Eugene.Zelenko added a subscriber: Eugene.Zelenko.
Eugene.Zelenko added a comment.
Please mention this check in docs/ReleaseNotes.rst (in alphabetical order).
Will check catch more complicated cases, like
if ((Point1.x < Point2.x) && (Point1.x < Point2.x)) ?
Will be good idea to add such cases in test.
http://reviews.llvm.org/D19451
More information about the cfe-commits
mailing list