c3e77b07创建于 2025年12月23日历史提交
文件最后提交记录最后更新时间
Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface (#98489)1 年前
workflows/release-binaries: Use static ZSTD on macOS1 年前
Fix std::initializer_list recognition if it's exported out of a module1 年前
[clang][examples] Fix build failure (NFC)1 年前
added all modifications made for msdebug5 个月前
added all modifications made for msdebug5 个月前
[NFC][cmake] Sort COMPILER_RT_TEST_SUITES2 年前
Fix print module manifest file for macos (#122370)1 年前
[clang-scan-deps] Don't inspect Args[0] as an option (#109050)1 年前
[clang-format] Fix idempotent format of hash in macro body (#118513)1 年前
[Clang][perf-training] Fix clean command in perf-helper.py (#118978)1 年前
Revert "[Clang] Implement P3034R1 Module Declarations Shouldn’t be Macros" (#99838)1 年前
Switch the default mode for clang-format to '-file'. Make 'LLVM' the12 年前
[Clang] Revert inintentional changes to cmake committed in 33e5db6e02 年前
Remove .gitignore entries not relevant in the monorepo.5 年前
[clang] Don't use -Wno-nested-anon-types on GCC (#95029)1 年前
[clang][Docs] Add my Discourse + Discord name2 年前
Honor system specific paths of MAN pages10 年前
Fix typos throughout the license files that somehow I and my reviewers7 年前
Revert "Test commit config"2 年前
[clang] README.txt: Replace the link to the old bug tracker with the new one. (#93878)1 年前
README.txt

//===----------------------------------------------------------------------===// // C Language Family Front-end //===----------------------------------------------------------------------===//

Welcome to Clang. This is a compiler front-end for the C family of languages (C, C++, Objective-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 web sites. 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: https://discourse.llvm.org/c/clang/

If you find a bug in Clang, please file it in the LLVM bug tracker: https://github.com/llvm/llvm-project/issues