[LLVMdev] function overload in C

Alireza Moshtaghi Alireza.Moshtaghi at synopsys.com
Thu Jun 13 11:12:31 PDT 2013


Hi,
I'm trying to implement an overloading behavior to some of our builtin functions, and came across the following comment in SemaExpr.cpp

// Check for overloaded calls. This can happen even in C due to extensions.
If (Fn->getType() == Context.OverloadTy) { ....

I was wondering which C extensions is this referring to?

Thanks
Ali
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130613/770de0a3/attachment.html>


More information about the llvm-dev mailing list