commit | e820904550325747bc74dd0e4470ed5eb8ee48a9 | [log] [tgz] |
---|---|---|
author | Timm Bäder <tbaeder@redhat.com> | Tue Jun 24 05:53:04 2025 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jun 23 20:56:40 2025 -0700 |
tree | 54078d022c77137f183f6ed409472b1d9a9d153b | |
parent | 832979107ecb724d76465e26f126a81478bc3050 [diff] |
[clang][bytecode] Only use int128 if it is available This broke a number of buildbots, e.g. https://lab.llvm.org/buildbot/#/builders/64/builds/4410 GitOrigin-RevId: 0e461d1781f1c67cc2724150c6da848f6ea75f3a
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: