diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-04-20 18:46:14 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-04-20 18:46:14 +0000 |
| commit | 83c478d3897d9fdd49f1a85e391c82e3b262d9a2 (patch) | |
| tree | d22bc4e6742978eb5607d280b3b32c9199777259 /llvm/unittests/ADT/SparseSetTest.cpp | |
| parent | 134ce10dbf1730d060da3adf231bd1ea8c2d1e83 (diff) | |
| download | llvm-83c478d3897d9fdd49f1a85e391c82e3b262d9a2.zip llvm-83c478d3897d9fdd49f1a85e391c82e3b262d9a2.tar.gz llvm-83c478d3897d9fdd49f1a85e391c82e3b262d9a2.tar.bz2 | |
Fix bug where a class's (deleted) copy constructor would be implicitly given a
non-const reference parameter type if the class had any subobjects with deleted
copy constructors. This causes a rejects-valid if the class's copy constructor
is explicitly defaulted (as happens for some implementations of std::pair etc).
llvm-svn: 155218
Diffstat (limited to 'llvm/unittests/ADT/SparseSetTest.cpp')
0 files changed, 0 insertions, 0 deletions
