[clang-tools-extra] r355097 - [clang-tidy] tryfix documenation continued
Jonas Toth via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 28 07:28:36 PST 2019
Author: jonastoth
Date: Thu Feb 28 07:28:36 2019
New Revision: 355097
URL: http://llvm.org/viewvc/llvm-project?rev=355097&view=rev
Log:
[clang-tidy] tryfix documenation continued
Modified:
clang-tools-extra/trunk/docs/clang-tidy/checks/abseil-duration-subtraction.rst
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/abseil-duration-subtraction.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/abseil-duration-subtraction.rst?rev=355097&r1=355096&r2=355097&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/abseil-duration-subtraction.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/abseil-duration-subtraction.rst Thu Feb 28 07:28:36 2019
@@ -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
More information about the cfe-commits
mailing list