[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/+/653855
Original-Revision: e1c0c88c8e9ecd0f0952408fc51c0e672ec2f22e
GitOrigin-RevId: 7ef4538790f89e08aa219ad4362b7fc4cad753f9
Change-Id: Ib05e0bfd4752288f1f73d117c3f23b82e513ad62
1 file changed
tree: e8fe33bc13b054d965f5661b0784ca8325c093c0
  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.