1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/include
Chandler Carruth 7c64c22064 Fix a null pointer dereference when copying a null polymorphic pointer.
This bug only bit the C++98 build bots because all of the actual uses
really do move. ;] But not *quite* ready to do the whole C++11 switch
yet, so clean it up. Also add a unit test that catches this immediately.

llvm-svn: 194548
2013-11-13 02:48:20 +00:00
..
llvm Fix a null pointer dereference when copying a null polymorphic pointer. 2013-11-13 02:48:20 +00:00
llvm-c [llvm-c] Remove dead typedef 2013-11-11 14:47:01 +00:00