-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 3 Aug 2015 20:12:58 +0000 (20:12 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 3 Aug 2015 20:12:58 +0000 (20:12 +0000)
commite44a8a7066269b77e6f2ca621fe6b6225abf06c3
tree31451ae1ad7c3fb05b191cb0f8aa47d5fc1937fe
parentadbda4b94c51fafa12471ee81a4d0d8767f2572b
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11

Some functions return concrete ByteStreamers by value - explicitly
support that in the base class. (dtor can be virtual, no one seems to be
polymorphically owning/destroying them)

llvm-svn: 243897
llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h