[cfe-commits] [PATCH Review Request] fixes for some more expressions containing function templateids that should be resolvable

Faisal Vali faisalv at gmail.com
Mon Mar 7 20:54:35 PST 2011


As pointed out by Johannes Schaub, my previous patch that resolves
resolvable function templateids in certain contexts, did not resolve
these uses in other valid contexts
(http://llvm.org/bugs/show_bug.cgi?id=9208).

This patch essentially checks for certain situations (typeid, binary
operators without conversion targets etc.) and tries to resolve the
use of the function templateid before operand checking occurs.

Will appreciate any feedback.
Thanks!

Faisal Vali
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v3-fix-for-single-template-function-in-various-expr.patch
Type: application/octet-stream
Size: 16144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110307/24b7e679/attachment.obj>


More information about the cfe-commits mailing list