Prazek added inline comments.

================
Comment at: clang-tidy/readability/ContainerSizeEmptyCheck.cpp:34
@@ +33,3 @@
+      has(functionDecl(
+          isPublic(), hasName("size"), returns(isInteger()),
+          unless(anyOf(returns(isAnyCharacter()), returns(booleanType()))))),
----------------
Would be nice to have 'isStrictlyInteger' matcher to do this thing.


Repository:
  rL LLVM

https://reviews.llvm.org/D24349



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to