forked from OSchip/llvm-project
[clang-tidy] tryfix documenation continued
llvm-svn: 355097
This commit is contained in:
parent
a006b80a74
commit
eae176f142
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue