annotate clang-tools-extra/README.txt @ 237:c80f45b162ad llvm-original

add some fix
author kono
date Wed, 09 Nov 2022 17:47:54 +0900
parents c4bab56944e8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 //===----------------------------------------------------------------------===//
anatofuz
parents:
diff changeset
2 // Clang Tools repository
anatofuz
parents:
diff changeset
3 //===----------------------------------------------------------------------===//
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 Welcome to the repository of extra Clang Tools. This repository holds tools
anatofuz
parents:
diff changeset
6 that are developed as part of the LLVM compiler infrastructure project and the
anatofuz
parents:
diff changeset
7 Clang frontend. These tools are kept in a separate "extra" repository to
anatofuz
parents:
diff changeset
8 allow lighter weight checkouts of the core Clang codebase.
anatofuz
parents:
diff changeset
9
anatofuz
parents:
diff changeset
10 All discussion regarding Clang, Clang-based tools, and code in this repository
236
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
11 should be held using the standard Clang forum:
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
12 https://discourse.llvm.org/c/clang
150
anatofuz
parents:
diff changeset
13
anatofuz
parents:
diff changeset
14 Code review for this tree should take place on the standard Clang patch and
anatofuz
parents:
diff changeset
15 commit lists:
anatofuz
parents:
diff changeset
16 http://lists.llvm.org/mailman/listinfo/cfe-commits
anatofuz
parents:
diff changeset
17
anatofuz
parents:
diff changeset
18 If you find a bug in these tools, please file it in the LLVM bug tracker:
236
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
19 https://github.com/llvm/llvm-project/issues/