[clang-tidy] Move formatDereference to FixitHintUtils
[platform/upstream/llvm.git] / clang-tools-extra / README.txt
1 //===----------------------------------------------------------------------===//
2 // Clang Tools repository
3 //===----------------------------------------------------------------------===//
4
5 Welcome to the repository of extra Clang Tools.  This repository holds tools
6 that are developed as part of the LLVM compiler infrastructure project and the
7 Clang frontend.  These tools are kept in a separate "extra" repository to
8 allow lighter weight checkouts of the core Clang codebase.
9
10 All discussion regarding Clang, Clang-based tools, and code in this repository
11 should be held using the standard Clang forum:
12   https://discourse.llvm.org/c/clang
13
14 Code review for this tree should take place on the standard Clang patch and
15 commit lists:
16   http://lists.llvm.org/mailman/listinfo/cfe-commits
17
18 If you find a bug in these tools, please file it in the LLVM bug tracker:
19   https://github.com/llvm/llvm-project/issues/