commit | 24e92971fe04b3392053833ab79833f7312a4f3a | [log] [tgz] |
---|---|---|
author | Nikolas Klauser <nikolasklauser@berlin.de> | Wed Feb 26 16:01:14 2025 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Feb 26 07:06:21 2025 -0800 |
tree | 6edbeadad342856c04d0ed7d3274ec191b0e64a8 | |
parent | 0f0e835655430db2715adcbd6ba26af17c7386ca [diff] |
[Clang] Add BuiltinTemplates.td to generate code for builtin templates (#123736) This makes it significantly easier to add new builtin templates, since you only have to modify two places instead of a dozen or so. The `BuiltinTemplates.td` could also be extended to generate documentation from it in the future. GitOrigin-RevId: 8dd8e5f7d692cc43f4322f04034f5c472381aa43
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: