This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fixed abseil-time-subtraction to work on C++17
ClosedPublic

Authored by jvikstrom on Jun 13 2019, 6:32 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

jvikstrom created this revision.Jun 13 2019, 6:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2019, 6:32 AM
gribozavr added inline comments.Jun 13 2019, 6:40 AM
clang-tools-extra/clang-tidy/abseil/TimeSubtractionCheck.cpp
45 ↗(On Diff #204515)

Use anyOf() instead two selectFirsts?

jvikstrom updated this revision to Diff 204538.Jun 13 2019, 7:41 AM
jvikstrom marked an inline comment as done.

Using anyOf instead of multiple selectFirsts

This revision was not accepted when it landed; it landed in state Needs Review.Jun 13 2019, 8:07 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2019, 8:07 AM