[PATCH] PR15291: noreturn adjustment in overload resolution for function templates

Alexander Zinenko ftynse at gmail.com
Mon Feb 25 08:34:40 PST 2013


Hello!

This patch allows function templates with GNU noreturn attribute to
participate in overload resolution as non-noreturn ones.  Same behavior is
allowed for functions now.
The patch only allows deducing such types since the necessary adjustments
are already performed in corresponding functions (like in
IsStandardConversion).

Review, please!

--
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130225/497421bc/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PR15291.patch
Type: application/octet-stream
Size: 9001 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130225/497421bc/attachment.obj>


More information about the cfe-commits mailing list