llvm-project
49a24b31 - [CodeGen][counted_by] Support use of the comma operator (#151776)

Commit
69 days ago
[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.
Author
Parents
Loading