llvm-capstone/clang-tools-extra
Daniil Dudkin 24e5229230
[clang-apply-replacements] Deduplicate Implementation of collectReplacementsFromDirectory (NFC) (#78630)
* Convert `collectReplacementsFromDirectory` into a function template.
* Employ explicit specialization to maintain implementation in the
source file.
* Utilize the function template in the source file to eliminate code
duplication.
* Update the documentation for the function.
2024-01-19 15:57:02 +03:00
..
clang-apply-replacements [clang-apply-replacements] Deduplicate Implementation of collectReplacementsFromDirectory (NFC) (#78630) 2024-01-19 15:57:02 +03: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][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463) 2024-01-18 15:30:58 +01:00
clangd [clangd] Don't collect templated decls for builtin templates (#78466) 2024-01-19 10:54:47 +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
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.

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/