[clang] [clang][docs] Add clang-tutor to ExternalClangExamples. (PR #107665)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 7 17:19:54 PDT 2024
https://github.com/c8ef updated https://github.com/llvm/llvm-project/pull/107665
>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 1/2] 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"
>From 8d28caa05d1fe98dcb25857b56b7aebe5d0d0822 Mon Sep 17 00:00:00 2001
From: c8ef <c8ef at outlook.com>
Date: Sun, 8 Sep 2024 08:19:44 +0800
Subject: [PATCH 2/2] CR
---
clang/docs/ExternalClangExamples.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.rst
index 301dbe9913329f..ec95106b4697d1 100644
--- a/clang/docs/ExternalClangExamples.rst
+++ b/clang/docs/ExternalClangExamples.rst
@@ -34,7 +34,7 @@ List of projects and tools
etc."
`<https://rprichard.github.io/CxxCodeBrowser/>`_
- "A C/C++ source code indexer and navigator"
+ "A C/C++ source code indexer and navigator."
`<https://github.com/etaoins/qconnectlint>`_
"qconnectlint is a Clang tool for statically verifying the consistency
@@ -100,4 +100,4 @@ List of projects and tools
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"
+ "A collection of out-of-tree Clang plugins for teaching and learning."
More information about the cfe-commits
mailing list