llvm-6502/unittests
Chandler Carruth 3c3f6be0c8 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194548 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-13 02:48:20 +00:00
..
ADT Fix a null pointer dereference when copying a null polymorphic pointer. 2013-11-13 02:48:20 +00:00
Analysis
Bitcode
CodeGen
DebugInfo
ExecutionEngine
IR Introduce an AnalysisManager which is like a pass manager but with a lot 2013-11-13 01:12:08 +00:00
MC
Object
Option
Support
Transforms
CMakeLists.txt
Makefile Revert "Move copying of global initializers below the cloning of functions." 2013-11-09 00:43:18 +00:00
Makefile.unittest