alexfh added inline comments.

================
Comment at: clang-tidy/abseil/DurationFactoryFloatCheck.cpp:84
+
+  // Check for floats without fractional components
+  if (const auto *LitFloat =
----------------
JonasToth wrote:
> missing full stop
Clang-tidy (and clang) diagnostics don't end with a period. This one doesn't 
need to be special in this regard. Same below.


https://reviews.llvm.org/D53339



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

Reply via email to