commit | 4474d0267461b1a6a881b4493155d033be414c58 | [log] [tgz] |
---|---|---|
author | Tom Sepez <[email protected]> | Fri Jan 10 17:41:33 2025 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jan 10 17:41:33 2025 |
tree | 846cae0020e36d14c33e365236d4973163e9c3e1 | |
parent | afb6ff3f9c71765998062a36aac24172b8444081 [diff] |
Reapply "Introduce pragma allow_unsafe_libc_calls to clang plugin." This reverts commit 88341471a863895039242413be9e97e716bbbd08. The previous attempt failed tests because string.h could not be found in the plugin's limited test environment on some bots. This attempt adds a mock version of that file which provides a suitable definition for memcpy() for the tests. Change-Id: I923d5bf384207e706fcf9a07f54a7f79534e7e1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6164984 Reviewed-by: Hans Wennborg <[email protected]> Commit-Queue: Tom Sepez <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/main@{#1404860}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.