llvm/clang-tools-extra
Simon Pilgrim 5d1e3ed3e2 [clang-tidy] SimplifyBooleanExprCheck - use cast<> instead of dyn_cast<> to avoid dereference of nullptr
The IfStmt pointer is always referenced inside the replaceCompoundReturnWithCondition call, so assert the cast is correct instead of returning nullptr
2022-02-12 19:59:30 +00: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-doc] populateParentNamespaces - use cast<> instead of dyn_cast<> to avoid dereference of nullptr 2022-02-12 11:28:50 +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] SimplifyBooleanExprCheck - use cast<> instead of dyn_cast<> to avoid dereference of nullptr 2022-02-12 19:59:30 +00: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/