diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-08-13 22:12:21 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-08-13 22:12:21 +0000 |
commit | c1334cc17d024117f25351b00be400e630b16825 (patch) | |
tree | adcfbe91b26adadca8381818ea9cfa239b5f8a91 /lld/ELF/Writer.cpp | |
parent | 5c73c941c9369189480f43a753858340814775c6 (diff) | |
download | bcm5719-llvm-c1334cc17d024117f25351b00be400e630b16825.tar.gz bcm5719-llvm-c1334cc17d024117f25351b00be400e630b16825.zip |
Wdeprecated: Make BumpVectorContext movable
Turns out the one place that relied on the implicit copy ctor was safe
because it created an object in a state where the dtor was a no-op, but
that's more luck that good management.
Sure up the API by defining move construction and using it, which
implicitly disallows the unreliable copy operations.
llvm-svn: 244968
Diffstat (limited to 'lld/ELF/Writer.cpp')
0 files changed, 0 insertions, 0 deletions