This is an archive of the discontinued LLVM Phabricator instance.

FIXME in ActionResult
ClosedPublic

Authored by nikola on May 26 2014, 9:10 PM.

Details

Reviewers
bkramer
Summary

Removed release and take methods and replaced calls with get. Renamed takeAs to getAs.

I'm not seeing any regressions running clang-test but is this running unittests as well?

Diff Detail

Event Timeline

nikola updated this revision to Diff 9820.May 26 2014, 9:10 PM
nikola retitled this revision from to FIXME in ActionResult.
nikola updated this object.
nikola edited the test plan for this revision. (Show Details)
nikola added a reviewer: bkramer.
nikola added a subscriber: Unknown Object (MLST).
bkramer accepted this revision.May 29 2014, 2:33 AM
bkramer edited edge metadata.

LGTM.

BTW, make check-clang also runs Clang's unit tests.

This revision is now accepted and ready to land.May 29 2014, 2:33 AM
nikola closed this revision.May 29 2014, 4:05 AM

r209800