aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorMatheus Izvekov <mizvekov@gmail.com>2021-07-19 21:35:18 +0200
committerMatheus Izvekov <mizvekov@gmail.com>2021-07-20 23:32:05 +0200
commit1d68ecafd6ad9ba8857c78e567abbc58810329c1 (patch)
treef4e48fe90176ddc9e1d5ba76976929efed7461b1 /lldb/source/Commands/CommandObjectThread.cpp
parent808bbc2c47028ff5c2cc0bf7a1d5140adec9202a (diff)
downloadllvm-1d68ecafd6ad9ba8857c78e567abbc58810329c1.zip
llvm-1d68ecafd6ad9ba8857c78e567abbc58810329c1.tar.gz
llvm-1d68ecafd6ad9ba8857c78e567abbc58810329c1.tar.bz2
[clang] fix oops: enable implicit moves in MSVC compatibility mode
When disabling simpler implicit moves in MSVC compatibility mode as a workaround in D105518, we forgot to make the opposite change and enable regular (P1825) implicit moves in the same mode. As a result, we were not doing any implicit moves at all. OOPS! This fixes it and adds test for this. This is a fix to a temporary workaround, there is ongoing work to replace this, applying the workaround only to system headers and the ::stl namespace. Signed-off-by: Matheus Izvekov <mizvekov@gmail.com> Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D106303
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions