[cfe-commits] [Patch] Bug in Sema::CreateOverloadedBinOp

Sylvere Teissier st at invia.fr
Wed Aug 26 03:09:28 PDT 2009


Little bug corrected for C++ binary operation with implicit conversion
(for example char[] -> char*).
 
I'm not expert with clang but I'm surprised that more advanced
containers are not used instead of old C style (pointer,size) pair.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.patch
Type: text/x-patch
Size: 499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090826/0f33a16e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SemaOverload.cpp.patch
Type: text/x-patch
Size: 5632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090826/0f33a16e/attachment-0001.bin>


More information about the cfe-commits mailing list