[roll] Roll fuchsia [clang] Fix std::uniform_int_distribution undefined behavior.

https://reviews.llvm.org/D114920 added a static_assert that
uniform_int_distribution<T> isn't used with integral types smaller than
short. This was already undefined behavior, but at HEAD libc++ it's a
compile error. This change uses 16-bit types instead and downcasts to
8-bit types.

Original-Bug: 94599
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/653858
Original-Revision: 466cb45ffc82b4d28afcf152612bde058437c17d
GitOrigin-RevId: 27817ff995a75ddf03c0ec14be45644b097179fd
Change-Id: I11d87881ac7e9bc52863f8564cf456951a1958dc
1 file changed
tree: 2e2c90fc6ab18065b247b4e89e1ecf97858ebb16
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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 via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.