commit | 422b3daac85ba839db32d1d3f72621c8cdb67281 | [log] [tgz] |
---|---|---|
author | Timm Baeder <tbaeder@redhat.com> | Thu Sep 11 13:29:44 2025 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 11 04:31:35 2025 -0700 |
tree | ec91beb46753c0ea99032d57f419888e7d15edf1 | |
parent | f499cb0b9baaf96b3b538985b6ff59a3b791a06e [diff] |
[clang][bytecode] Use bytecode interpreter in EvaluateAsLValue (#158038) Set the EvalMode on InterpState and abort when initalizing a global temporary, like the current interpreter does. The rest is just plumbing in EvaluateAsLValue. Fixes #157497 GitOrigin-RevId: 9b00a58cbd8485ebf57e66e1c35b8ce86285e8fa
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: