This is an archive of the discontinued LLVM Phabricator instance.

Rewrite FileSpec::EnumerateDirectory to avoid code duplication.
ClosedPublic

Authored by chaoren on Jun 29 2015, 11:48 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 28694.Jun 29 2015, 11:48 AM
chaoren retitled this revision from to Rewrite FileSpec::EnumerateDirectory to avoid code duplication..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added a reviewer: clayborg.
chaoren added a subscriber: Unknown Object (MLST).
chaoren updated this revision to Diff 28697.Jun 29 2015, 11:53 AM
  • Shouldn't try to be clever.
clayborg accepted this revision.Jun 29 2015, 11:54 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Jun 29 2015, 11:54 AM
chaoren updated this revision to Diff 28698.Jun 29 2015, 11:55 AM
chaoren edited edge metadata.
  • Forgot the break...
This revision was automatically updated to reflect the committed changes.