[PATCH] D57353: [clang-tidy] Add the abseil-duration-double-conversion check

Hyrum Wright via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 29 11:49:15 PST 2019


hwright added inline comments.


================
Comment at: docs/clang-tidy/checks/abseil-duration-double-conversion.rst:28
+
+Note: Converting to an integer and back to an `absl::Duration` might be a
+truncating operation if the value is not aligned to the scale of conversion.
----------------
Eugene.Zelenko wrote:
> Please use `` for language constructs. Same below.
Thanks; I thought I'd caught them all.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57353/new/

https://reviews.llvm.org/D57353





More information about the cfe-commits mailing list