[PATCH] D18703: [clang-tidy] Add new checker for comparison with runtime string functions.

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 2 08:01:07 PDT 2016


Eugene.Zelenko added a comment.

I think will be good idea to convert !strcmp(...) to strcmp(...) == 0.


http://reviews.llvm.org/D18703





More information about the cfe-commits mailing list