annotate clang-tools-extra/README.txt @ 165:597b3f1c2c93

fix call createTailCallEliminationPass
author anatofuz
date Tue, 24 Mar 2020 15:30:52 +0900
parents 1d019706d866
children c4bab56944e8
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 This repository is only intended to be checked out inside of a full LLVM+Clang
anatofuz
parents:
diff changeset
11 tree, and in the 'tools/extra' subdirectory of the Clang checkout.
anatofuz
parents:
diff changeset
12
anatofuz
parents:
diff changeset
13 All discussion regarding Clang, Clang-based tools, and code in this repository
anatofuz
parents:
diff changeset
14 should be held using the standard Clang mailing lists:
anatofuz
parents:
diff changeset
15 http://lists.llvm.org/mailman/listinfo/cfe-dev
anatofuz
parents:
diff changeset
16
anatofuz
parents:
diff changeset
17 Code review for this tree should take place on the standard Clang patch and
anatofuz
parents:
diff changeset
18 commit lists:
anatofuz
parents:
diff changeset
19 http://lists.llvm.org/mailman/listinfo/cfe-commits
anatofuz
parents:
diff changeset
20
anatofuz
parents:
diff changeset
21 If you find a bug in these tools, please file it in the LLVM bug tracker:
anatofuz
parents:
diff changeset
22 http://llvm.org/bugs/