[clang-tidy] tryfix documenation continued

llvm-svn: 355097
This commit is contained in:
Jonas Toth 2019-02-28 15:28:36 +00:00
parent a006b80a74
commit eae176f142
1 changed files with 1 additions and 0 deletions

View File

@ -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