<br><font size=2 face="sans-serif">Oops, sorry, thanks Chris.</font>
<br><font size=2 face="sans-serif"><br>
Brian Watt, IBM</font>
<br>
<br><tt><font size=2>> On Nov 26, 2008, at 10:00 AM, Brian Watt wrote:</font></tt>
<br><tt><font size=2>> In clang is it possible to declare C-language
function prototypes <br>
> for overloaded functions even though it is not C-language legal. <br>
> It's because I see that GLSL provides something like this, and I'm
<br>
> wondering if clang does too and how to express it either through <br>
> command line argument or language attributes, etc.? </font></tt>
<br><tt><font size=2>> <br>
> Hi Brian,</font></tt>
<br><tt><font size=2>> <br>
> I'm redirecting this to the cfe-dev mailing list, which is where <br>
> most clang discussions happen.  I'll follow up there,</font></tt>
<br><tt><font size=2>> <br>
> -Chris</font></tt>
<br><tt><font size=2>> <br>
> <br>
> <br>
> int f(int, int); <br>
> float f(float, float); <br>
> int g() { <br>
>   float x = f(1.0f, 2.0f); <br>
> } <br>
> <br>
> Brian Watt, IBM_______________________________________________<br>
> LLVM Developers mailing list<br>
> LLVMdev@cs.uiuc.edu         http://llvm.cs.uiuc.edu<br>
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</font></tt>
<br><tt><font size=2>> _______________________________________________<br>
> LLVM Developers mailing list<br>
> LLVMdev@cs.uiuc.edu         http://llvm.cs.uiuc.edu<br>
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev<br>
</font></tt>