summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorCorentin Jabot <corentinjabot@gmail.com>2023-05-02 10:30:56 +0200
committerCorentin Jabot <corentinjabot@gmail.com>2023-05-02 21:22:03 +0200
commit2528f1c84588f4a549c12dd1435cbba4a502a077 (patch)
tree96a94c8825435be96d3c1e0e29e4dab94a137339 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent24223a1d04e469c64c7bf565cf00f2307482309a (diff)
[Clang] Correctly expand pack in binary subscript expression.
When constructing an array expression where the index expression was a pack expansion, we would construct an ArraySubscriptExpr instead of an CreateOverloadedArraySubscriptExpr, and pack expansion would not occur - leading a crash during code gen or a failure during constant evaluation Reviewed By: erichkeane, shafik Differential Revision: https://reviews.llvm.org/D149637
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions