This is an archive of the discontinued LLVM Phabricator instance.

Comment AST: Find out if function is variadic in DeclInfo::fill
ClosedPublic

Authored by aaronpuchert on Nov 11 2021, 10:11 AM.

Details

Summary

Then we don't have to look into the declaration again. Also it's only
natural to collect this information alongside parameters and return
type, as it's also just a parameter in some sense.

Diff Detail

Event Timeline

aaronpuchert requested review of this revision.Nov 11 2021, 10:11 AM
aaronpuchert created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2021, 10:11 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Thank you for the cleanup!

gribozavr2 accepted this revision.Nov 12 2021, 8:30 AM
This revision is now accepted and ready to land.Nov 12 2021, 8:30 AM
This revision was landed with ongoing or failed builds.Nov 12 2021, 12:13 PM
This revision was automatically updated to reflect the committed changes.