From: Jonas Toth Date: Thu, 28 Feb 2019 15:28:36 +0000 (+0000) Subject: [clang-tidy] tryfix documenation continued X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eae176f14276a9de108dd74437b8a48f3eeef022;p=platform%2Fupstream%2Fllvm.git [clang-tidy] tryfix documenation continued llvm-svn: 355097 --- 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 5f11394..b570931 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