diff options
author | martinboehme <mboehme@google.com> | 2023-11-07 09:48:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 09:48:40 +0100 |
commit | 6b573f4611df470c23c7048fe820e0f216e9a8e1 (patch) | |
tree | 4c2ad62848cf3fad4e3b7f75a033be9f28e6729c /lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp | |
parent | e09184ffe087e7efcdd15eec65c89b7a3cb3762f (diff) | |
download | llvm-6b573f4611df470c23c7048fe820e0f216e9a8e1.zip llvm-6b573f4611df470c23c7048fe820e0f216e9a8e1.tar.gz llvm-6b573f4611df470c23c7048fe820e0f216e9a8e1.tar.bz2 |
[clang][dataflow] Fix assert-fail when calling assignment operator with by-value parameter. (#71384)
The code assumed that the source parameter of an assignment operator is
always
passed by reference, but it is legal for it to be passed by value.
This patch includes a test that assert-fails without the fix.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp')
0 files changed, 0 insertions, 0 deletions