summaryrefslogtreecommitdiffstats
path: root/clang/bindings/python
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-04-02 18:40:40 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-04-02 18:40:40 +0000
commitcf8ec8dad61c09a5b5bfd0738c0484788b1e9e3f (patch)
tree2f62b106ca08fdbbb5a587c64ee0b442c795cc87 /clang/bindings/python
parentf208af02a47088f53a7f2a45e828fac2181b5add (diff)
downloadbcm5719-llvm-cf8ec8dad61c09a5b5bfd0738c0484788b1e9e3f.tar.gz
bcm5719-llvm-cf8ec8dad61c09a5b5bfd0738c0484788b1e9e3f.zip
Implement DR1402: if a field or base class is not movable, the derived class's
move constructor/move assignment operator are not declared, rather than being defined as deleted, so move operations on the derived class fall back to copying rather than moving. If a move operation on the derived class is explicitly defaulted, the unmovable subobject will be copied instead of being moved. llvm-svn: 153883
Diffstat (limited to 'clang/bindings/python')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud