diff options
author | Bill Wendling <morbo@google.com> | 2025-08-01 17:28:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-01 17:28:08 -0700 |
commit | 49a24b3116236d65cc2541e8d176ecf9dcb152db (patch) | |
tree | 965c9af91cf808c4512627a56c708e4cc5fd6996 /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | 99cd1d8aef2e1be8a0571eec47b4527ca5ad59d4 (diff) | |
download | llvm-49a24b3116236d65cc2541e8d176ecf9dcb152db.zip llvm-49a24b3116236d65cc2541e8d176ecf9dcb152db.tar.gz llvm-49a24b3116236d65cc2541e8d176ecf9dcb152db.tar.bz2 |
[CodeGen][counted_by] Support use of the comma operator (#151776)
Writing something like this:
__builtin_dynamic_object_size((0, p->array), 0)
is equivalent to writing this:
__builtin_dynamic_object_size(p->array, 0)
though the former will give a warning about the first value being
unused.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions