llvm-project/clang-tools-extra
Kadir Cetinkaya 5399552da1 [clangd] Populate include graph during static indexing action.
Summary:
This is the second part for introducing include hierarchy into index
files produced by clangd. You can see the base patch that introduces structures
and discusses the future of the patches in D54817

Reviewers: ilya-biryukov

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

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

llvm-svn: 348005
2018-11-30 16:59:00 +00:00
..
change-namespace A bit of AST matcher cleanup, NFC. 2018-11-25 02:41:01 +00:00
clang-apply-replacements
clang-doc
clang-move
clang-query [clang-query] Add non-exclusive output API 2018-10-29 18:59:56 +00:00
clang-reorder-fields
clang-tidy Fix false positive with lambda assignments in cert-err58-cpp. 2018-11-28 15:04:38 +00:00
clang-tidy-vs
clangd [clangd] Populate include graph during static indexing action. 2018-11-30 16:59:00 +00:00
docs [Documentation] Try to fix build failure in cppcoreguidelines-narrowing-conversions documentation 2018-11-29 02:13:25 +00:00
include-fixer
modularize Remove unused c'tor. 2018-11-09 02:03:24 +00:00
pp-trace
test Adding a FIXME test to document an area for improvement with the cert-err58-cpp check; NFC. 2018-11-29 12:45:50 +00:00
tool-template
unittests [clangd] Populate include graph during static indexing action. 2018-11-30 16:59:00 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Remove myself as owner of clang-query. 2018-11-15 22:02:10 +00:00
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/