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


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to