commit | 3f526c29ba8d833fc2ca1eca1b4c673a53b7a9de | [log] [tgz] |
---|---|---|
author | Jonathon Reinhart <jrreinhart@fuchsia.infra.roller.google.com> | Fri Mar 21 10:03:10 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Mar 21 10:04:58 2025 -0700 |
tree | ca098f10a03c7ad43a4d436dde1830eaeffcffa1 | |
parent | 8a973add7319a8597cdeb34bec52b42280761485 [diff] |
[roll] Roll third_party/pigweed docs: Clarify extern "C" and (void) parameter lists Functions in C++ with `extern "C"` are still C++ functions, so avoid the term "C functions" in this context. Because the meaning of an empty parameter list (`int foo()`) has a different meaning in C (any number of arguments) than C++ (no arguments), we require `(void)` in header files declaring functions which may be called from C code. While `(void)` is not necessary in the C++ definition of these functions (and arguably in violation of the C++ style guide), we use `(void)` here also for visual consistency with the declaration in the header file. Original-Bug: 403532598 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/275913 Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Original-Revision: f9f93dd4a7f4bd8264f4456def8daf966805b75d GitOrigin-RevId: a979e78fdc304ab5ea6b10be0efe2336b7bd8f09 Change-Id: I525b75e7d310f18002e70b95fae20ee643198b3e
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 in one of the communication channels documented at get involved.
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
.