[clang] 98815f7 - [clang][docs] Add clang-tutor to External Clang Examples (#107665)

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 9 12:13:32 PDT 2024


Author: c8ef
Date: 2024-09-09T21:13:29+02:00
New Revision: 98815f7878c3240e27f516e331255532087f5fcb

URL: https://github.com/llvm/llvm-project/commit/98815f7878c3240e27f516e331255532087f5fcb
DIFF: https://github.com/llvm/llvm-project/commit/98815f7878c3240e27f516e331255532087f5fcb.diff

LOG: [clang][docs] Add clang-tutor to External Clang Examples (#107665)

Added: 
    

Modified: 
    clang/docs/ExternalClangExamples.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.rst
index 8e986b83fd065f..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
@@ -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