Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| 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> |