summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Writer.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-08-13 22:12:21 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-08-13 22:12:21 +0000
commitc1334cc17d024117f25351b00be400e630b16825 (patch)
treeadcfbe91b26adadca8381818ea9cfa239b5f8a91 /lld/ELF/Writer.cpp
parent5c73c941c9369189480f43a753858340814775c6 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud