commit | 5f6fb8ef687e078d885a41191833238010e8433f | [log] [tgz] |
---|---|---|
author | Alan Zhao <ayzhao@google.com> | Wed Jul 24 23:42:37 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 24 23:42:37 2024 |
tree | 3180897b51ef056c3b4ebcfe5a20e29e604d62fd | |
parent | dfea844a5d78dbb1718c24e576c79d99ee0b10d8 [diff] |
Do not add -c for clang plugin tests using -fsyntax-only After https://github.com/llvm/llvm-project/commit/6461e537815f7fa68cef06842505353cf5600e9c, -c will trigger -Wunused-command-line-argument if used in conjunction with -fsyntax-only. Bug: 355272310 Fixed: 355272310 Change-Id: I6b9491be69fe31ede4d686101e42ff0c032a1fbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5738762 Commit-Queue: Zequan Wu <zequanwu@google.com> Auto-Submit: Alan Zhao <ayzhao@google.com> Reviewed-by: Zequan Wu <zequanwu@google.com> Cr-Commit-Position: refs/heads/main@{#1332680}
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.