llvm-project/clang-tools-extra
Sam McCall 7bb847478b Revert "[clangd] Migrate last tweak tests to TweakTesting.h and remove old helpers. NFC"
This reverts commit 8f85685b5c, which
breaks on old gcc that have the macro + raw strings bug.

llvm-svn: 370262
2019-08-28 21:05:49 +00:00
..
clang-apply-replacements Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
clang-change-namespace [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
clang-doc [clang-doc] Use llvm::createStringError and canonicalize error messages 2019-08-28 02:56:03 +00:00
clang-include-fixer Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
clang-move [clang-tools-extra] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:52:23 +00:00
clang-query Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
clang-reorder-fields Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
clang-tidy [clang-tidy] Fix the potential infinite loop in recordIsTriviallyDefaultConstructible. 2019-08-28 13:45:53 +00:00
clangd Revert "[clangd] Migrate last tweak tests to TweakTesting.h and remove old helpers. NFC" 2019-08-28 21:05:49 +00:00
docs [clang-tidy] readability-identifier-naming shouldn't complain about CRTP pseudo-overrides 2019-08-28 12:08:57 +00:00
modularize Remove \brief commands from doxygen comments. 2019-08-22 11:32:57 +00:00
pp-trace Use FileEntryRef for PPCallbacks::FileSkipped 2019-08-27 01:03:25 +00:00
test [clang-tidy] Fix the potential infinite loop in recordIsTriviallyDefaultConstructible. 2019-08-28 13:45:53 +00:00
tool-template
unittests GlobList: added a clear test for pattern priority 2019-08-27 08:42:42 +00:00
.arcconfig
.gitignore
CMakeLists.txt Remove clang-tidy-vs from clang-tools-extra (PR41791) 2019-08-27 18:36:08 +00:00
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/