commit | c30771cad3fb4d9eb23170a6a877598ccc9e34f7 | [log] [tgz] |
---|---|---|
author | Timm Baeder <tbaeder@redhat.com> | Thu Sep 11 05:08:08 2025 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 10 20:11:45 2025 -0700 |
tree | 0ecce6dda15d8ff1f2231291da8096f879057076 | |
parent | 01487600bb211f23e9c5bc11d5db8866b915b2e3 [diff] |
[clang][bytecode] Check strlen impl for primitive arrays (#157494) Fixes #157428 GitOrigin-RevId: 004231aaebdcae1c735c354a9a754ec00e4523c9
Welcome to Clang.
This is a compiler front-end for the C family of languages (C, C++ and Objective-C) which is built as part of the LLVM compiler infrastructure project.
Unlike many other compiler frontends, Clang is useful for a number of things beyond just compiling code: we intend for Clang to be host to a number of different source-level tools. One example of this is the Clang Static Analyzer.
If you're interested in more (including how to build Clang) it is best to read the relevant websites. Here are some pointers:
Information on Clang: http://clang.llvm.org/
Building and using Clang: http://clang.llvm.org/get_started.html
Clang Static Analyzer: http://clang-analyzer.llvm.org/
Information on the LLVM project: http://llvm.org/
If you have questions or comments about Clang, a great place to discuss them is on the Clang forums:
If you find a bug in Clang, please file it in the LLVM bug tracker: