summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorMichael Liao <michael.hliao@gmail.com>2019-10-24 11:41:11 -0400
committerMichael Liao <michael.hliao@gmail.com>2019-10-25 00:39:24 -0400
commit5a48678a6a1619fada23641a68c2d95ee57806b1 (patch)
tree5d18343e2ad58239094b29042e1404f233ccca78 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent0eb8a52aeec00472e50796f020da54ac709b8640 (diff)
[hip] Allow the declaration of functions with variadic arguments in HIP.
Summary: - As variadic parameters have the lowest rank in overload resolution, without real usage of `va_arg`, they are commonly used as the catch-all fallbacks in SFINAE. As the front-end still reports errors on calls to `va_arg`, the declaration of functions with variadic arguments should be allowed in general. Reviewers: jlebar, tra, yaxunl Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D69389
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions