Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit ed0da008258a3a7df14caa906e23e660174d2507
Author: serge-sans-paille <sguelton@mozilla.com>
Date: Tue Sep 10 06:24:02 2024 +0000

[libc++][string] Remove potential non-trailing 0-length array (#105865)

It is a violation of the standard to use 0 length arrays, especially
when not at the end of a structure (not a FAM GNU extension). Compiler
generally accept it, but it's probably better to have a conforming
implementation.

---------

Co-authored-by: Louis Dionne <ldionne.2@gmail.com>
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 511167 2025-12-16T16:40:01 0:00:00
Previous 511142 2025-12-16T16:40:01 0:00:00
Baseline 485288 2025-12-16T16:40:01 0:00:00


Tests Summary

Status Group # # (B)
Total Tests 0

Report Time: 0.08s