[clang] [clang][docs] Add clang-tutor to ExternalClangExamples. (PR #107665)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 6 19:40:34 PDT 2024
https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/107665
None
>From 441667c1113c7c65c485e4a66fade8c529dca949 Mon Sep 17 00:00:00 2001
From: c8ef <c8ef at outlook.com>
Date: Sat, 7 Sep 2024 10:39:25 +0800
Subject: [PATCH] Update ExternalClangExamples.rst
---
clang/docs/ExternalClangExamples.rst | 3 +++
1 file changed, 3 insertions(+)
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"
More information about the cfe-commits
mailing list