From 0023b130cf891655fe94c54d399f4d7a182a81b0 Mon Sep 17 00:00:00 2001 From: Jonas Toth Date: Thu, 28 Feb 2019 15:01:17 +0000 Subject: [PATCH] [clang-tidy] attempt to fix documentation build-error llvm-svn: 355094 --- .../docs/clang-tidy/checks/abseil-time-subtraction.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/clang-tools-extra/docs/clang-tidy/checks/abseil-time-subtraction.rst b/clang-tools-extra/docs/clang-tidy/checks/abseil-time-subtraction.rst index 1b68d7c..486a5ec 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/abseil-time-subtraction.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/abseil-time-subtraction.rst @@ -8,9 +8,10 @@ in the Time domain instead of the numeric domain. There are two cases of Time subtraction in which deduce additional type information: - - When the result is an ``absl::Duration`` and the first argument is an - ``absl::Time``. - - When the second argument is a ``absl::Time``. + +- When the result is an ``absl::Duration`` and the first argument is an + ``absl::Time``. +- When the second argument is a ``absl::Time``. In the first case, we must know the result of the operation, since without that the second operand could be either an ``absl::Time`` or an ``absl::Duration``. -- 2.7.4