commit | e6f6ec424651df4b8631939c97a636e51a4365e4 | [log] [tgz] |
---|---|---|
author | mikt <mikt@google.com> | Wed Jun 21 23:01:15 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 21 23:01:15 2023 |
tree | 94798e71e66497cda03ff145896b086d71436604 | |
parent | 447662b391d911bce2ea609ce611ecd7bf7991ab [diff] |
[clang-plugin] Refactor: Abstraction of |CastingUnsafePredicate| - Introduce generic recursive |TypePredicate|. - This is abstraction of existing |CastingUnsafePredicate|. - Re-implement |CastingUnsafePredicate| as a subclass of |TypePredicate|. Context: I think we can have more compile-time check on TypeLoc, FieldDecl, and VarDecl for better memory safety. And performing DFS on |Type*| is likely to be shared operation across these checks. For now we have two predicates - |CastingUnsafePredicate| and |StackAllocatedPredicate|. The first one is re-implemented in this CL. The other will be re-implemented as a follow-up (needs flag-guarding). Change-Id: I31f77f60a567f95e16042844509082030e7a335c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4625434 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Mikihito Matsuura <mikt@google.com> Cr-Commit-Position: refs/heads/main@{#1160914}
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.