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