llvm-capstone/clang-tools-extra
Piotr Zegar fd0e06d111
[clang-tidy] Fix missing parentheses in readability-implicit-bool-conversion fixes (#74891)
Check now more properly add missing parentheses to code like this: 'bool
bar = true ? 1 : 0 != 0;'.

Closes #71867
2024-01-16 10:51:18 +01:00
..
clang-apply-replacements [clang] NFCI: Use FileEntryRef in 'clang-tools-extra' 2023-09-10 19:53:54 -07:00
clang-change-namespace Use StringRef::{starts,ends}_with (NFC) 2023-12-14 07:53:20 -08:00
clang-doc [clang-doc] Use SmallString::operator std::string (NFC) 2024-01-14 12:17:56 -08:00
clang-include-fixer [emacs] Fix Emacs library formatting (#76110) 2024-01-10 13:14:21 +01:00
clang-move [clang] NFCI: Use FileEntryRef for FileID creation (#67838) 2023-10-03 13:07:46 -07:00
clang-query [clang-query] Use StringRef::ltrim (NFC) 2024-01-10 20:31:41 -08:00
clang-reorder-fields [clang] NFCI: Use FileEntryRef for FileID creation (#67838) 2023-10-03 13:07:46 -07:00
clang-tidy [clang-tidy] Fix missing parentheses in readability-implicit-bool-conversion fixes (#74891) 2024-01-16 10:51:18 +01:00
clangd [clangd] Use starts_with instead of startswith in CompileCommands.cpp (NFC) 2024-01-12 16:18:14 +08:00
docs [clang-tidy] Fix missing parentheses in readability-implicit-bool-conversion fixes (#74891) 2024-01-16 10:51:18 +01:00
include-cleaner [include-cleaner] Fix a race issue when editing multiple files. (#76960) 2024-01-05 10:13:33 +01:00
modularize [modularize] Use SmallString::operator std::string (NFC) 2024-01-15 21:25:51 -08:00
pp-trace [clang] NFCI: Use FileEntryRef in 'clang-tools-extra' 2023-09-10 19:53:54 -07:00
pseudo Use StringRef::{starts,ends}_with (NFC) 2023-12-14 07:53:20 -08:00
test [clang-tidy] Fix missing parentheses in readability-implicit-bool-conversion fixes (#74891) 2024-01-16 10:51:18 +01:00
tool-template
unittests Use StringRef::{starts,ends}_with (NFC) 2023-12-14 07:53:20 -08: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/