Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit d95597dc06c510ad7fbf00a43583c54d38f79aa7
Author: Louis Dionne <ldionne.2@gmail.com>
Date: Mon Sep 16 16:43:39 2024 -0400

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

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.

This is a re-application of #105865 which was reverted in 72cfc74
because it broke the data formatters. A LLDB patch has since been landed
that should make this a non-issue.

Co-authored-by: serge-sans-paille <sguelton@mozilla.com>
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 511957 2025-12-16T16:40:01 0:00:00
Previous 511943 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.06s