llvm-capstone/clang-tools-extra
Carlos Galvez 45ddc157ca [clang-tidy][NFC] Remove ModernizeTidyModule::getModuleOptions
Most of the options stated there are duplicated already in
the implementation of each check as a default value for
each option.

The only place where this is not the case is the nullptr
check. Move the default option there instead. Only the
HICPP guidelines alias this modernize check, and there is
nothing in the documentation that suggests it should have
a different default value than the main modernize check.

Differential Revision: https://reviews.llvm.org/D143843
2023-02-15 10:38:36 +00:00
..
clang-apply-replacements Move from llvm::makeArrayRef to ArrayRef deduction guides - last part 2023-01-10 11:47:43 +01:00
clang-change-namespace Use StringRef::contains (NFC) 2022-08-28 23:29:02 -07:00
clang-doc [clang-doc] Reduce duplicate code with template 2023-01-26 18:05:31 +00:00
clang-include-fixer [clang-tools-extra] Remove remaining uses of llvm::Optional (NFC) 2023-01-07 20:34:53 -08:00
clang-move [Clang] Prepare for llvm::Optional becoming std::optional. 2022-12-20 00:41:40 +01:00
clang-query [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC) 2023-01-07 20:19:42 -08:00
clang-reorder-fields Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
clang-tidy [clang-tidy][NFC] Remove ModernizeTidyModule::getModuleOptions 2023-02-15 10:38:36 +00:00
clangd Use llvm::bit_cast (NFC) 2023-02-14 01:22:12 -08:00
docs [clang-tidy][libc] Add an inline function checker for the libc project. 2023-02-13 06:03:36 +00:00
include-cleaner [include-cleaner] Better support ambiguous std symbols 2023-02-14 10:18:38 +01:00
modularize [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
pp-trace [Clang] Prepare for llvm::Optional becoming std::optional. 2022-12-20 00:41:40 +01:00
pseudo Use llvm::popcount instead of llvm::countPopulation(NFC) 2023-01-22 12:48:51 -08:00
test [clang-tidy][libc] Add an inline function checker for the libc project. 2023-02-13 06:03:36 +00:00
tool-template
unittests Revert "[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions options" 2023-01-25 05:17:00 +00:00
.gitignore
CMakeLists.txt Generalize "check-all" umbrella targets, use for check-clang-tools 2022-05-06 12:30:49 +02:00
CODE_OWNERS.TXT Update the clang and clang-tools-extra code owners files 2022-09-06 08:28:03 -04:00
LICENSE.TXT
README.txt [NFC] update clang-tools-extra README.txt 2022-06-10 16:59:57 +05:30

//===----------------------------------------------------------------------===//
// 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.

All discussion regarding Clang, Clang-based tools, and code in this repository
should be held using the standard Clang forum:
  https://discourse.llvm.org/c/clang

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:
  https://github.com/llvm/llvm-project/issues/