Skip to content

Commit 98815f7

Browse files
authored
[clang][docs] Add clang-tutor to External Clang Examples (#107665)
1 parent 3681d85 commit 98815f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clang/docs/ExternalClangExamples.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ List of projects and tools
3434
etc."
3535

3636
`<https://rprichard.github.io/CxxCodeBrowser/>`_
37-
"A C/C++ source code indexer and navigator"
37+
"A C/C++ source code indexer and navigator."
3838

3939
`<https://github.com/etaoins/qconnectlint>`_
4040
"qconnectlint is a Clang tool for statically verifying the consistency
@@ -98,3 +98,6 @@ List of projects and tools
9898
uses of reserved identifiers to ensuring that code adheres to lifecycle
9999
protocols for certain LibreOffice-specific classes. They may serve as
100100
examples for writing RecursiveASTVisitor-based plugins."
101+
102+
`<https://github.com/banach-space/clang-tutor>`_
103+
"A collection of out-of-tree Clang plugins for teaching and learning."

0 commit comments

Comments
 (0)