[PATCH] D55245: [clang-tidy] Add the abseil-duration-subtraction check

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 4 10:12:12 PST 2018


Eugene.Zelenko added inline comments.


================
Comment at: docs/clang-tidy/checks/abseil-duration-subtraction.rst:7
+Checks for cases where subtraction should be performed in the
+``absl::Duration`` domain.  When subtracting two values, and the first one is
+known to be a conversion from ``absl::Duration``, we can infer that the second
----------------
Please fix double space.


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55245/new/

https://reviews.llvm.org/D55245





More information about the cfe-commits mailing list