hanchenye-llvm-project/clang-tools-extra
Sam McCall 8330589d59 [clangd] Deduplicate CompletionItemKind conversion.
llvm-svn: 334323
2018-06-08 21:17:19 +00:00
..
change-namespace
clang-apply-replacements [clang-apply-replacements] Make clang-apply-replacements installable 2018-04-21 15:01:33 +00:00
clang-doc Fix MSVC 'not all control paths return a value' warning. NFCI. 2018-06-06 19:31:39 +00:00
clang-move [FileSystem] Split up the OpenFlags enumeration. 2018-06-07 19:58:58 +00:00
clang-query
clang-reorder-fields
clang-tidy [clang-tidy] Improve string type matcher for abseil-string-find-starts-with check. 2018-06-08 08:19:22 +00:00
clang-tidy-vs [clang-tidy] Remove google-runtime-member-string-references 2018-04-05 14:51:01 +00:00
clangd [clangd] Deduplicate CompletionItemKind conversion. 2018-06-08 21:17:19 +00:00
docs [clang-tidy] Store checks profiling info as JSON files 2018-06-06 15:07:51 +00:00
include-fixer [clang-tools-extra] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 16:37:45 +00:00
modularize Reland "[tools] Updating PPCallbacks::InclusionDirective calls" 2018-05-10 19:13:14 +00:00
pp-trace Reland "[tools] Updating PPCallbacks::InclusionDirective calls" 2018-05-10 19:13:14 +00:00
test [clang-tidy] Improve string type matcher for abseil-string-find-starts-with check. 2018-06-08 08:19:22 +00:00
tool-template
unittests [clangd] Require case-insensitive prefix match for macro completions. 2018-06-08 13:32:25 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
LICENSE.TXT
README.txt

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.

This repository is only intended to be checked out inside of a full LLVM+Clang
tree, and in the 'tools/extra' subdirectory of the Clang checkout.

All discussion regarding Clang, Clang-based tools, and code in this repository
should be held using the standard Clang mailing lists:
  http://lists.llvm.org/mailman/listinfo/cfe-dev

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:
  http://llvm.org/bugs/