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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
