From eae176f14276a9de108dd74437b8a48f3eeef022 Mon Sep 17 00:00:00 2001 From: Jonas Toth Date: Thu, 28 Feb 2019 15:28:36 +0000 Subject: [PATCH] [clang-tidy] tryfix documenation continued llvm-svn: 355097 --- .../docs/clang-tidy/checks/abseil-duration-subtraction.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/clang-tools-extra/docs/clang-tidy/checks/abseil-duration-subtraction.rst b/clang-tools-extra/docs/clang-tidy/checks/abseil-duration-subtraction.rst index 5f11394b1052..b570931b92b0 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/abseil-duration-subtraction.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/abseil-duration-subtraction.rst @@ -28,6 +28,7 @@ Examples: // Suggestion - Subtraction in the absl::Duration domain instead double result = absl::ToDoubleSeconds(d1 - d2); + Note: As with other ``clang-tidy`` checks, it is possible that multiple fixes may overlap (as in the case of nested expressions), so not all occurences can be transformed in one run. In particular, this may occur for nested subtraction -- 2.34.1