[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] Clarify printf percent conversion behavior.

Almost all printf conversions ending in '%' are undefined, but they're
traditionally treated as if the complete conversion specifier is "%%".
This patch modifies the parser to more closely match that behavior.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D144679

GitOrigin-RevId: 4b8343f4b4e1df9ed60df7619fd45e96375380bb
Original-Revision: 1fc5d752dc6dc8996c626f0d132cefc7e202cbea
Roller-URL: https://ci.chromium.org/b/8788203612020794865
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/810268
Original-Revision: 7f92068f08b8f5af637abc8c5e5d74d75c703ddc
Change-Id: Idc4c70c837cb371f2c8ab09afcf874288a564a86
1 file changed
tree: 968b2061fc07429e85c1163fcc6bd61feca674df
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.