This is an archive of the discontinued LLVM Phabricator instance.

Remove unused parameter from CXXRecordDecl::forallBases [NFC]
ClosedPublic

Authored by aaronpuchert on Feb 27 2020, 4:47 PM.

Details

Summary

Apparently all users of the function were fine with short-circuiting
and none cared to override the default argument.

Diff Detail

Event Timeline

aaronpuchert created this revision.Feb 27 2020, 4:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 27 2020, 4:47 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaronpuchert retitled this revision from Remove unused parameter from CXXRecordDecl::forallBases to Remove unused parameter from CXXRecordDecl::forallBases [NFC].Feb 27 2020, 5:14 PM
This revision is now accepted and ready to land.Feb 28 2020, 6:47 AM
This revision was automatically updated to reflect the committed changes.