| commit | 239c9dd7d3ebed9ae5fe2cad1b2e89ba4c151e66 | [log] [tgz] |
|---|---|---|
| author | Michael Jones <michaelrj@fuchsia.infra.roller.google.com> | Mon Apr 28 16:03:57 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Apr 28 16:07:53 2025 -0700 |
| tree | db0dc30bc9eb91e7e72e39a2acbfbfc01fd8a72b | |
| parent | e62ec69fa316b2022a5a3d9d1a7c9b8c20aa4c1d [diff] |
[roll] Roll llvm-project/libc [libc] Update assert for C23 (#137402) Previously the assert macro took one argument named "e", but this led to possible errors if the caller had commas in their input. C23 changed the definition of assert to use `__VA_ARGS__` to ensure comma cases are handled properly. This patch doesn't introduce the enforcement function mentioned in the standard update, though that may be done in a followup. Fixes #136184 GitOrigin-RevId: fbce4d092d6c0173b2e6ecf6bca1843fba1c7ab7 Original-Revision: a3d5a041f5ac59d5595fe6817d3fc0cc375eed45 Change-Id: I789c3008441abede4371ef889ec16cf04d671e2d
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.