commit | c7f54f7590db86822eeeb5785e069f504eed3463 | [log] [tgz] |
---|---|---|
author | Daniel Thornburgh <dthorn@fuchsia.infra.roller.google.com> | Mon Mar 07 18:36:37 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 07 10:39:05 2022 -0800 |
tree | e8fe33bc13b054d965f5661b0784ca8325c093c0 | |
parent | 083eaaedee9eb01b67bee2e6a4ef17f2d3570410 [diff] |
[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
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
.