hanchenye-llvm-project/clang-tools-extra
Eric Liu ae7ac3ca5b [clangd] Try to fix buildbot failure after r349496
Increase timeout from 10ms to 100ms.
See http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/27959

llvm-svn: 349502
2018-12-18 16:06:29 +00:00
..
change-namespace Add explicit dependency on clangSerialization after rC348911 2018-12-12 08:25:16 +00:00
clang-apply-replacements
clang-doc
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] Remove extra config.h includes 2018-12-14 07:44:52 +00:00
clang-tidy-vs
clangd [clangd] BackgroundIndex rebuilds symbol index periodically. 2018-12-18 15:39:33 +00:00
docs [clang-tidy] Add the abseil-duration-subtraction check 2018-12-13 19:23:52 +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 [clangd] BackgroundIndex rebuilds symbol index periodically. 2018-12-18 15:39:33 +00:00
tool-template
unittests [clangd] Try to fix buildbot failure after r349496 2018-12-18 16:06:29 +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/