[PATCH] D24349: [clang-tidy] Extend readability-container-size-empty to arbitrary class with size() and empty()

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 8 12:59:06 PDT 2016


Eugene.Zelenko added a comment.

Should we also check for absence of parameters in size() and empty() as well as const?


https://reviews.llvm.org/D24349





More information about the cfe-commits mailing list