commit | 36aacb2fc0c4bd77d5b4609e29331e2f634e9658 | [log] [tgz] |
---|---|---|
author | Farzon Lotfi <farzonlotfi@microsoft.com> | Mon Apr 07 12:06:57 2025 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Apr 07 09:11:22 2025 -0700 |
tree | e4f47b888284c7a6060aa35f59fea16067892fad | |
parent | 288e2d331ebab2e3c45118c149a65e726e7857de [diff] |
[DirectX] Add target builtins (#134439) - fixes #132303 - Moves dot2add from a language builtin to a target builtin. - Sets the scaffolding for Sema checks for DX builtins - Setup DirectX backend as able to have target builtins - Adds a DX TargetBuiltins emitter in `clang/lib/CodeGen/TargetBuiltins/DirectX.cpp` GitOrigin-RevId: 16c84c4475b909d2de455a44139643c03fe3fe25
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: