Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a nit
test/tsan/deep_stack1.cc | ||
---|---|---|
27 | A function please. |
compiler-rt/trunk/lib/lsan/lsan_common.cc | ||
---|---|---|
79 ↗ | (On Diff #105851) | Accidentally committed this, reverting in r307539. |
A function please.
A proper macro would need to put all args into () and use expression blocks and create local copies of args to avoid double evaluation. A function working on size_t will be much simpler.