diff options
| author | Richard Smith <richard@metafoo.co.uk> | 2020-01-27 18:08:41 -0800 |
|---|---|---|
| committer | Richard Smith <richard@metafoo.co.uk> | 2020-01-27 18:20:57 -0800 |
| commit | af80b8ccc5772c14920d4554b7ca7e15f2fad1c4 (patch) | |
| tree | ee515b238f73a37cc52329697cc11fba493009ff /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h | |
| parent | 6f07f304a294d56d39ccdcae1ca7bdd995d415fb (diff) | |
| download | llvm-af80b8ccc5772c14920d4554b7ca7e15f2fad1c4.zip llvm-af80b8ccc5772c14920d4554b7ca7e15f2fad1c4.tar.gz llvm-af80b8ccc5772c14920d4554b7ca7e15f2fad1c4.tar.bz2 | |
PR44684: Look through parens and similar constructs when determining
whether a call is to a builtin.
We already had a general mechanism to do this but for some reason
weren't using it. In passing, check for the other unary operators that
can intervene in a reasonably-direct function call (we already handled
'&' but missed '*' and '+').
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.h')
0 files changed, 0 insertions, 0 deletions
