alexfh accepted this revision.
alexfh added a comment.

LG with one nit.



================
Comment at: clang-tidy/readability/ContainerSizeEmptyCheck.cpp:209
+         "the 'empty' method should be used to check "
+         "for emptiness instead of comparing to an empty object.")
+        << Hint;
----------------
nit: Please remove the trailing period to follow the style other diagnostic 
messages use.


Repository:
  rL LLVM

https://reviews.llvm.org/D31542



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

Reply via email to