summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2022-01-14 13:50:37 -0800
committerKostya Kortchinsky <kostyak@google.com>2022-01-14 14:53:40 -0800
commit636a1cfdcdb8af750a33a6dd2c5d6f84a59aa1c3 (patch)
tree33ffa844f44033275e6f51afecca9989870e3d55 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parentac4202fe9daf3202f7d1e09e9a46cb962c072888 (diff)
[scudo] Make Scudo compile for C++20
In C++20 compound assignment to volatile (here `LocalData[I]++`) is deprecated, so `mutex_test.cpp` fails to compile. Simply changing it to `LocalData[I] = LocalData[I] + 1` fixes it. Differential Revision: https://reviews.llvm.org/D117359
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions