文件最后提交记录最后更新时间
Apply format only if --format is specified (#79466)2 年前
Use StringRef::{starts,ends}_with (NFC)2 年前
[clang-doc] fix paths by hard coding path to share (#98099)1 年前
[clang][modules] stdarg.h and stddef.h shouldn't directly declare anything (#90676)2 年前
[clang][lex] Always pass suggested module to InclusionDirective() callback (#81061)2 年前
Use StringRef::starts_with (NFC) (#94886)1 年前
[clang] NFCI: Use FileEntryRef for FileID creation (#67838)2 年前
[clang-tidy] Avoid capturing a local variable in a static lambda in UseRangesCheck (#111282)1 年前
[clang-tidy] Avoid capturing a local variable in a static lambda in UseRangesCheck (#111282)1 年前
[clangd] Add clangd 19 release notes1 年前
[IncludeCleaner] Also check for spellings of physical headers (#99843)1 年前
[clang] Use operator==(StringRef, StringRef) (NFC) (#92708)2 年前
[clang][lex] Always pass suggested module to InclusionDirective() callback (#81061)2 年前
[clangd] Use clang_target_link_libraries() for clang libs (#94937)1 年前
[clang-tidy] Fix crash in C language in readability-non-const-parameter (#100461)1 年前
[OpenMP] "UnFix" layering problem with FrontendOpenMP6 年前
Reapply [clang-doc] Add --asset option to clang-doc (#96358)1 年前
.gitignore: ignore docs/_build13 年前
[clang-tools-extra] Revise IDE folder structure (#89744)2 年前
Update the clang and clang-tools-extra code owners files3 年前
Fix typos throughout the license files that somehow I and my reviewers7 年前
[NFC] update clang-tools-extra README.txt3 年前
README.txt

//===----------------------------------------------------------------------===// // Clang Tools repository //===----------------------------------------------------------------------===//

Welcome to the repository of extra Clang Tools. This repository holds tools that are developed as part of the LLVM compiler infrastructure project and the Clang frontend. These tools are kept in a separate "extra" repository to allow lighter weight checkouts of the core Clang codebase.

All discussion regarding Clang, Clang-based tools, and code in this repository should be held using the standard Clang forum: https://discourse.llvm.org/c/clang

Code review for this tree should take place on the standard Clang patch and commit lists: http://lists.llvm.org/mailman/listinfo/cfe-commits

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