[PATCH] D19703: [clang-tidy] Improve misc-redundant-expression and decrease false-positive
Etienne Bergeron via cfe-commits
cfe-commits at lists.llvm.org
Wed May 11 10:05:53 PDT 2016
etienneb added a comment.
> We should add a hasAnyOverloadedOperatorName matcher at some point.
I proposed it to sbenza@ and he told me that the reason he did HasAnyName was for speed issue.
I can't tell if that one has speed issue too.
But, otherwise, I agree... for code readability... we should do it.
http://reviews.llvm.org/D19703
More information about the cfe-commits
mailing list