hanchenye-llvm-project/clang-tools-extra
Haojian Wu 91051537b8 [clangd] Show FileStatus in vscode-clangd.
Summary:
The file status will be shown in the status bar.
Depends on D55363.

Reviewers: ilya-biryukov

Subscribers: ioeric, MaskRay, jkorous, arphaman, kadircet, cfe-commits

Differential Revision: https://reviews.llvm.org/D55374

llvm-svn: 350210
2019-01-02 11:25:37 +00:00
..
change-namespace Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
clang-apply-replacements Deduplicate replacements from diagnostics. 2018-09-25 08:24:07 +00:00
clang-doc [clang-doc] Switch to default to all-TUs executor 2018-10-26 19:11:34 +00:00
clang-move Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
clang-query Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
clang-reorder-fields Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
clang-tidy [clang-tidy] Export the abseil duration inverse lookup function, NFC 2018-12-28 19:04:21 +00:00
clang-tidy-vs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
clangd [clangd] Show FileStatus in vscode-clangd. 2019-01-02 11:25:37 +00:00
docs [clang-tidy] add IgnoreMacros option to readability-uppercase-literal-suffix 2018-12-24 17:47:32 +00:00
include-fixer clang-include-fixer.el: support remote files 2018-12-14 13:56:05 +00:00
modularize Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
pp-trace Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
test [clang-tidy] add IgnoreMacros option to readability-uppercase-literal-suffix 2018-12-24 17:47:32 +00:00
tool-template Port getLocStart -> getBeginLoc 2018-08-09 22:42:26 +00:00
unittests [clangd] Cleanup syntax errors in the test, NFC. 2018-12-21 09:32:49 +00:00
.arcconfig
.gitignore
CMakeLists.txt [clang-tidy] Build it even without static analyzer 2018-10-01 20:24:22 +00:00
CODE_OWNERS.TXT Remove myself as owner of clang-query. 2018-11-15 22:02:10 +00:00
LICENSE.TXT Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
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/