This is an archive of the discontinued LLVM Phabricator instance.

Process attributes 'ifunc' and 'alias' when checking for redefinition
ClosedPublic

Authored by sepavloff on Feb 16 2017, 1:51 AM.

Details

Summary

These attributes effectively turns a non-defining declaration into a
definition, so the case when the declaration already has a body must
be diagnosed properly.

Event Timeline

sepavloff created this revision.Feb 16 2017, 1:51 AM
aaron.ballman accepted this revision.Feb 17 2017, 7:56 AM
aaron.ballman added a subscriber: aaron.ballman.

LGTM

This revision is now accepted and ready to land.Feb 17 2017, 7:56 AM
This revision was automatically updated to reflect the committed changes.