This revision was automatically updated to reflect the committed changes.
Closed by commit rL295541: Process attributes 'ifunc' and 'alias' when checking
for redefinition (authored by sepavloff).
Changed prior to commit:
https://reviews.llvm.org/D30032?vs=88700&id=89017#toc
Repository:
rL LL
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM
https://reviews.llvm.org/D30032
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/
sepavloff created this revision.
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.
https://reviews.llvm.org/D30032
Files:
lib/Sema/SemaDecl.cpp
test/Sema/alias-redefinition.c
tes