| commit | cc9948ee46c9f755740b71a8f25a077047443d3f | [log] [tgz] |
|---|---|---|
| author | Christopher Ferris <cferris@fuchsia.infra.roller.google.com> | Thu Jul 27 03:20:16 2023 +0000 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 26 20:21:47 2023 -0700 |
| tree | c1d48d411541d83901c2e5ed886ceb9b33426850 | |
| parent | 82c12ce194ab09089c085538cd5eb096646b0bdf [diff] |
[roll] Roll scudo [scudo] Make Options a reference for functions. Modify all places that use the Options structure to be a const reference. The underlying structure is a u32 so making it a reference doesn't really do anything. However, if the structure changes in the future it already works and avoids future coders wondering why a structure is being passed by value. This also makes it clear that the Options should not be modified in those functions. Reviewed By: Chia-hungDuan Differential Revision: https://reviews.llvm.org/D156372 GitOrigin-RevId: b157c3ab72273fbe76fc40ea80f8968c40716811 Original-Revision: 597231560e99e00c115239bde5613889a035346f Change-Id: Ibb29200caaf7281244b9d9045643fd48e820a2b3
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.