[PATCH] D57353: [clang-tidy] Add the abseil-duration-double-conversion check
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 29 11:40:57 PST 2019
Eugene.Zelenko 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.
----------------
Please use `` for language constructs. Same below.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57353/new/
https://reviews.llvm.org/D57353
More information about the cfe-commits
mailing list