[PATCH] D53339: [clang-tidy] Add the abseil-duration-factory-float check

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 24 08:42:36 PDT 2018


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





More information about the cfe-commits mailing list