[clang] [clang][docs] Add clang-tutor to ExternalClangExamples. (PR #107665)

via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 6 19:41:04 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: None (c8ef)

<details>
<summary>Changes</summary>

Closes #<!-- -->107584.

---
Full diff: https://github.com/llvm/llvm-project/pull/107665.diff


1 Files Affected:

- (modified) clang/docs/ExternalClangExamples.rst (+3) 


``````````diff
diff --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.rst
index 8e986b83fd065f..301dbe9913329f 100644
--- a/clang/docs/ExternalClangExamples.rst
+++ b/clang/docs/ExternalClangExamples.rst
@@ -98,3 +98,6 @@ List of projects and tools
    uses of reserved identifiers to ensuring that code adheres to lifecycle
    protocols for certain LibreOffice-specific classes.  They may serve as
    examples for writing RecursiveASTVisitor-based plugins."
+
+`<https://github.com/banach-space/clang-tutor>`_
+   "A collection of out-of-tree Clang plugins for teaching and learning"

``````````

</details>


https://github.com/llvm/llvm-project/pull/107665


More information about the cfe-commits mailing list