diff options
author | Pavel Labath <pavel@labath.sk> | 2020-06-10 15:26:50 +0200 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2020-06-11 13:55:02 +0200 |
commit | e966a5deaa50f1ddca3810e945acd14b899824c7 (patch) | |
tree | 15b26a506033f8868ab4790f91049940bd139e13 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | f79e6a8847aa330cac6837168d02f6b319024858 (diff) | |
download | llvm-e966a5deaa50f1ddca3810e945acd14b899824c7.zip llvm-e966a5deaa50f1ddca3810e945acd14b899824c7.tar.gz llvm-e966a5deaa50f1ddca3810e945acd14b899824c7.tar.bz2 |
[lldb] Remove Scalar operator= overloads
The are not needed as Scalar is implicitly constructible from all of
these types (so the compiler will use a combination of a constructor +
move assignment instead), and they make it very easy for implementations
of assignment and construction operations to diverge.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions