[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] Build with -Wdeprecated, fix some warnings (#125373)

While GCC's -Wdeprecated is on by default and doesn't do much,
Clang's -Wdeprecated enables many more things.  More apply in
C++20, so switch a test file that tickled one to using that.  In
future, C++20 should probably be made the baseline for compiling
all the libc code.

GitOrigin-RevId: 03edd3ffd3af5daf074f66099e59e9a89b8902cb
Original-Revision: 0bd168feea4fefedb6e3c1f1acbba019fd94a1c5
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1197806
Original-Revision: 1fdfa0c96b21b8a02c670da22a1a071492bc785a
Change-Id: I9fcec1c62c680f80b382a9276fee35817e6822b0
1 file changed
tree: 24bea1743ec2802412e0814d94578859f6dea7d0
  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 in one of the communication channels documented at get involved.

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.