Any thoughts on this? This was a bunch of fun to work out. =D The commit message I wrote is all wrong about the reinterpret_cast corner case. For reinterpret_cast, you have to do null conversion, but all other conversions are impl-defined, and the easiest conversion is a no-op.
On Fri, May 3, 2013 at 6:59 PM, Reid Kleckner <[email protected]> wrote: > - Fix null handling for reinterpret casts. > > Hi rjmccall, > > http://llvm-reviews.chandlerc.com/D741 > > CHANGE SINCE LAST DIFF > http://llvm-reviews.chandlerc.com/D741?vs=1827&id=1828#toc > > Files: > lib/CodeGen/MicrosoftCXXABI.cpp > test/CodeGenCXX/microsoft-abi-member-pointers.cpp _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
