llvm/clang-tools-extra
Kirill Bobyrev 100ec80ab5 [clang-tidy] Add early exit for defaulted FunctionDecls
This prevents matching of defaulted comparison operators.

Resolves: https://github.com/llvm/llvm-project/issues/53355

Author: Febbe (Fabian Keßler)
2022-02-10 20:29:26 +01:00
..
clang-apply-replacements [clang-tools-extra] Remove unused forward declarations (NFC) 2022-01-30 16:05:00 -08:00
clang-change-namespace
clang-doc [clang-tools-extra][cmake] Use GNUInstallDirs to support custom installation dirs. 2022-01-22 20:57:21 +00:00
clang-include-fixer [clang-tools-extra][cmake] Use GNUInstallDirs to support custom installation dirs. 2022-01-22 20:57:21 +00:00
clang-move
clang-query
clang-reorder-fields
clang-tidy [clang-tidy] Add early exit for defaulted FunctionDecls 2022-02-10 20:29:26 +01:00
clangd clangd: Set a diagnostic on a code action resulting from a tweak 2022-02-10 15:58:12 +01:00
docs [clang-tidy] add option performance-move-const-arg.CheckMoveToConstRef 2022-02-10 13:31:07 +00:00
modularize [clang-tools-extra][cmake] Use GNUInstallDirs to support custom installation dirs. 2022-01-22 20:57:21 +00:00
pp-trace
test [clang-tidy] Add early exit for defaulted FunctionDecls 2022-02-10 20:29:26 +01:00
tool-template
unittests [clang-tidy] Fix LLVM include order check policy 2022-02-03 17:32:43 +01:00
.gitignore
CMakeLists.txt [clang-tools-extra][cmake] Use GNUInstallDirs to support custom installation dirs. 2022-01-22 20:57:21 +00:00
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/