This is an archive of the discontinued LLVM Phabricator instance.

Use the standard Duration factory matcher
ClosedPublic

Authored by hwright on Dec 10 2018, 6:37 PM.

Details

Summary

A new check came in over the weekend; it should use our existing infrastructure for matching absl::Duration factories.

Diff Detail

Repository
rL LLVM

Event Timeline

hwright created this revision.Dec 10 2018, 6:37 PM
hwright added a reviewer: JonasToth.
hwright added a project: Restricted Project.
hwright added a subscriber: astrelni.
This revision is now accepted and ready to land.Dec 11 2018, 4:45 AM
This revision was automatically updated to reflect the committed changes.

Please remember to upload your patches with full context (i can highly recommend using arc, see https://llvm.org/docs/DeveloperPolicy.html#making-and-submitting-a-patch and https://llvm.org/docs/Phabricator.html for the relevant command).

Please remember to upload your patches with full context (i can highly recommend using arc, see https://llvm.org/docs/DeveloperPolicy.html#making-and-submitting-a-patch and https://llvm.org/docs/Phabricator.html for the relevant command).

And to add to that, please do set the correct "Repo" field, correct tag if appropriate (clang-tools-extra), and subscribe the appropriate -commits list (in this case, cfe-commits.)

JonasToth changed the repository for this revision from rL LLVM to rCTE Clang Tools Extra.Dec 11 2018, 4:53 AM

Please remember to upload your patches with full context (i can highly recommend using arc, see https://llvm.org/docs/DeveloperPolicy.html#making-and-submitting-a-patch and https://llvm.org/docs/Phabricator.html for the relevant command).

And to add to that, please do set the correct "Repo" field, correct tag if appropriate (clang-tools-extra), and subscribe the appropriate -commits list (in this case, cfe-commits.)

Wups, overlooked that too, but your right.