diff options
| author | Matheus Izvekov <mizvekov@gmail.com> | 2025-01-28 18:08:14 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 18:08:14 -0300 |
| commit | 2cbf2798ae55ddc36aac130df21353fc82891bcf (patch) | |
| tree | 6daa3d0fd4e9105930974386e9430ca53250b9f7 /lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | |
| parent | ed199c8d7668c14e9e9e8e4bfa59793e3f7f0266 (diff) | |
[clang] fix nondeduced mismatch with nullptr template arguments (#124498)
In deduction, when comparing template arguments of value kind, we should
check if the value matches. Values of different types can still match.
For example, `short(0)` matches `int(0)`.
Values of nullptr kind always match each other, since there is only one
such possible value. Similarly to integrals, the type does not matter.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp')
0 files changed, 0 insertions, 0 deletions
