[roll] Roll fuchsia [stdcompat] atomic_ref fix outstanding issues

(1) Public interface MUST match what is described in the spec.
(2) bool should not have difference type or arithmetic/bitwise ops.

While this does not fix the immediate roll, a bug has been opened with
llvm libc++ maintainers to discuss the possibility of this being a bug.
At the moment of writing libc++ does not support const/volatile
qualified types as part of atomic ref.

LLVM issue: https://github.com/llvm/llvm-project/issues/98689

BUG: 352337748
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1080657
Original-Revision: 4b39193a714dcf9302814877dc900f7548102083
GitOrigin-RevId: 0a6800276d7ae9a53f64b681ce4b00416e88a5eb
Change-Id: Iaf2f1257cb2295ce32cfb4df7141ce791855413c
1 file changed
tree: c7de824e8f968c94cd3379b8320a01b1727a2100
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.