llvm/clang-tools-extra
Dmitry Polukhin 338d162755 [clang-tidy] Ignore all spaces in the list of checks
This diff patch fixes issue with new line character after check name and before comma. Also ignores all other types of spaces like TAB.

Test Plan: ninja check-clang-tools

Differential Revision: https://reviews.llvm.org/D99180
2021-03-24 06:43:13 -07:00
..
clang-apply-replacements
clang-change-namespace
clang-doc
clang-include-fixer
clang-move
clang-query [clang-query] Fix help text after D91918 2021-03-03 15:57:49 +00:00
clang-reorder-fields
clang-tidy [clang-tidy] Ignore all spaces in the list of checks 2021-03-24 06:43:13 -07:00
clangd [clangd] Replace usages of dummy with more descriptive words 2021-03-22 12:49:24 +01:00
docs new altera unroll loops check 2021-03-22 13:09:53 -04:00
modularize [cte][NFC] Remove all references to stdlib stream headers. 2021-03-02 21:57:16 +00:00
pp-trace
test [clang-tidy] Ignore all spaces in the list of checks 2021-03-24 06:43:13 -07:00
tool-template
unittests [clang-tidy] Remove OptionError 2021-03-01 17:55:17 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
LICENSE.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/