commit | 7810112546b16edce48675dd564c51c804df470b | [log] [tgz] |
---|---|---|
author | Jan Svoboda <jan_svoboda@apple.com> | Wed Sep 10 15:27:18 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 10 15:30:39 2025 -0700 |
tree | 5b72819cf96680163c20cd6f52becaa8ea0c03ad | |
parent | 72920229d85e0d1b60775daf26551a34eca50dfe [diff] |
Revert "[clang] Delay normalization of `-fmodules-cache-path` (#150123)" This reverts commit 4a4bddec3571d78c8073fa45b57bbabc8796d13d. The Serialization library doesn't link Frontend, where CompilerInstance lives, causing link failures on some build bots. GitOrigin-RevId: 613caa909c78f707e88960723c6a98364656a926
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: