[cfe-dev] CLANG and C++ function overloading
Sebastian Redl
sebastian.redl at getdesigned.at
Tue Oct 28 08:45:50 PDT 2008
Michael J Viste wrote:
>
> Greetings all,
>
> I understand that C++ support by CLANG is in progress while that for C
> is quite mature. Please advise whether or not CLANG supports C++
> function overloading at this time and if there are any limitations
> with it. If affirmative, please also supply release number as I
> presume I could use it by simply building a particular version of
> CLANG. If not yet fully implemented an estimate of when it might be
> available would be greatly appreciated. Can't wait to check it out.
Some support for function overloading has recently entered the codebase
(read: about two weeks ago). This support is far from complete - in
particular, user-defined conversions aren't supported at all.
Also, there's only support for semantical analysis, not for code generation.
Sebastian
More information about the cfe-dev
mailing list