aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
diff options
context:
space:
mode:
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>2022-01-18 07:25:17 -0500
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>2022-02-01 15:17:28 -0500
commitc0185ffaec3cb0aa7677b13a898eaa485ef29421 (patch)
treeced59f39209d4549c125a52e1cf58f01847d99f7 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
parentf6ce456707898f0ae2c70748e896130e1c897960 (diff)
downloadllvm-c0185ffaec3cb0aa7677b13a898eaa485ef29421.zip
llvm-c0185ffaec3cb0aa7677b13a898eaa485ef29421.tar.gz
llvm-c0185ffaec3cb0aa7677b13a898eaa485ef29421.tar.bz2
[clang] Don't typo-fix an expression in a SFINAE context.
If this is a SFINAE context, then continuing to look up names (in particular, to treat a non-function as a function, and then do ADL) might too-eagerly complete a type that it's not safe to complete right now. We should just say "okay, that's a substitution failure" and not do any more work than absolutely required. Fixes #52970. Differential Revision: https://reviews.llvm.org/D117603
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h')
0 files changed, 0 insertions, 0 deletions