summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py
diff options
context:
space:
mode:
authorErik Pilkington <erik.pilkington@gmail.com>2018-07-27 21:23:48 +0000
committerErik Pilkington <erik.pilkington@gmail.com>2018-07-27 21:23:48 +0000
commit69770d3d7a7b988c6f846ca9100b7fdaeac170a1 (patch)
tree8156744f342fa651b7963508349b4aed2a092172 /lldb/packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py
parenta67c4137c365e0169f0eb1248742bc635a8116db (diff)
downloadbcm5719-llvm-69770d3d7a7b988c6f846ca9100b7fdaeac170a1.tar.gz
bcm5719-llvm-69770d3d7a7b988c6f846ca9100b7fdaeac170a1.zip
[Sema] Use a TreeTransform to extract deduction guide parameter types
Previously, we just canonicalized the type, but this lead to crashes with parameter types that referred to ParmVarDecls of the constructor. There may be more cases that this TreeTransform needs to handle though, such as a constructor parameter type referring to a member in an unevaluated context. Canonicalization doesn't address these cases either though, so we can address them as-needed in follow-up commits. rdar://41330135 Differential revision: https://reviews.llvm.org/D49439 llvm-svn: 338165
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud