llvm-capstone/clang-tools-extra
Sam McCall ab4e461353 [include-cleaner] allow spelling strategies to customize verbatim/system headers
Our use case is wanting to apply a spelling strategy to rewrite the spellings
written in IWYU pragma private directives.

Differential Revision: https://reviews.llvm.org/D155671
2023-07-22 02:36:29 +02: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
clang-doc Use *{Map,Set}::contains (NFC) 2023-03-15 22:55:35 -07:00
clang-include-fixer Check for a ‘buffer’ type instead of ‘buffer-live’. 2023-06-05 15:10:31 +02:00
clang-move [clang] NFC: Use DirectoryEntryRef in FileManager::getCanonicalName() 2023-06-15 11:22:31 +02: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
clang-tidy [clang-tools-extra] the message in a static_assert is not always a string literal 2023-07-20 09:23:08 +02:00
clangd [clangd] Allow indexing of __reserved_names outside system headers 2023-07-21 23:30:31 +02:00
docs [clang-tidy][NFC] Fix link in release notes 2023-07-20 16:31:55 +00:00
include-cleaner [include-cleaner] allow spelling strategies to customize verbatim/system headers 2023-07-22 02:36:29 +02:00
modularize [modularize] Stabilize iteration order when processing module maps 2023-07-20 22:44:23 -07:00
pp-trace [Clang] Prepare for llvm::Optional becoming std::optional. 2022-12-20 00:41:40 +01:00
pseudo [clang] Add support for “regular” keyword attributes 2023-05-31 10:43:10 +01:00
test [modularize] Stabilize iteration order when processing module maps 2023-07-20 22:44:23 -07:00
tool-template
unittests [clang-tidy] Implement an include-cleaner check. 2023-06-02 15:21:20 +00: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/