[PATCH] D58137: [clang-tidy] Add the abseil-time-subtraction check

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 16 08:50:25 PST 2019


Eugene.Zelenko added inline comments.


================
Comment at: clang-tidy/abseil/TimeSubtractionCheck.cpp:72
+
+    // Match the cases where we know that the result is a Duration and the first
+    // argument is a Time.  Just knowing the type of the first operand is not
----------------
JonasToth wrote:
> please highlight the types with ''
But do we do this in comments? Isn't it's Sphinx syntax?


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

https://reviews.llvm.org/D58137





More information about the cfe-commits mailing list