Wdeprecated: CGBuilderInserter is copy constructed in some contexts - remove the...
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 12 Aug 2015 23:16:55 +0000 (23:16 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 12 Aug 2015 23:16:55 +0000 (23:16 +0000)
commit01f4209631f32ccec686b232039238066a0866d9
tree027ec5921a5ae1aa820c122b8a8c0cf38757284d
parent737260662b3b3d0ae81070f6ad59527069c0ff6e
Wdeprecated: CGBuilderInserter is copy constructed in some contexts - remove the unnecessarily disabling copy assignment to enable this

The object has very simple state, there seems no reason to disallow all
the usual value semantic operations.

llvm-svn: 244831
clang/lib/CodeGen/CGBuilder.h