On Tue, Jul 17, 2012 at 8:15 AM, reed kotler <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
