[cfe-commits] r160308 - in /cfe/trunk: lib/CodeGen/CGBuiltin.cpp lib/CodeGen/CodeGenFunction.h test/CodeGen/builtins-mips-ovld.c

Simon Atanasyan satanasyan at mips.com
Tue Jul 17 01:26:34 PDT 2012


On Tue, Jul 17, 2012 at 8:15 AM, reed kotler <rkotler at mips.com> wrote:
> Hmmm...
>
> Seems like any kind of overloading resolution should be done by clang.
>
> there can be lots of issues regarding implicit conversions and other c++
> things.

It's not an overloading in the spirit of C++. Here is we select
intrinsics based on an argument's value. While C++ overloading uses an
argument's type.

--
Simon



More information about the cfe-commits mailing list