]> granicus.if.org Git - clang/commit
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)
commit4264840b48cb37430322c336a38506eaef1d2dc0
tree63909ddc12aaa255673a224f6c637f8185dbf87e
parente13866b7baae1934c8a2801825fa819bc5160485
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244831 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuilder.h