alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
Thanks for the fix! LG
http://reviews.llvm.org/D14238
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailm
angelgarcia created this revision.
angelgarcia added a reviewer: alexfh.
angelgarcia added subscribers: cfe-commits, klimek.
The check was assuming that a definition of a function always has a body, but a
declaration that explicitly defaults or deletes a function is a definition too.
http://revi