This is an archive of the discontinued LLVM Phabricator instance.

Replace the `createImplicitFiles` method return type with `void`
ClosedPublic

Authored by atanasyan on Apr 6 2015, 8:34 AM.

Details

Summary

All instances of the createImplicitFiles always return true and this return value is used nowhere. The patch changes return type from bool to void.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan updated this revision to Diff 23275.Apr 6 2015, 8:34 AM
atanasyan retitled this revision from to Replace the `createImplicitFiles` method return type with `void`.
atanasyan updated this object.
atanasyan edited the test plan for this revision. (Show Details)
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a project: lld.
atanasyan added a subscriber: Unknown Object (MLST).
ruiu accepted this revision.Apr 6 2015, 10:17 AM
ruiu edited edge metadata.

LGTM. Nice!

This revision is now accepted and ready to land.Apr 6 2015, 10:17 AM
atanasyan closed this revision.Apr 6 2015, 1:48 PM

Thanks for review.

Closed by commit rL234205.