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

Attachment: v3-fix-for-single-template-function-in-various-expr.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to