Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

c8ef
Copy link
Contributor

@c8ef c8ef commented Sep 7, 2024

Closes #107584.

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Sep 7, 2024
@llvmbot
Copy link
Member

llvmbot commented Sep 7, 2024

@llvm/pr-subscribers-clang

Author: None (c8ef)

Changes

Closes #107584.


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

1 Files Affected:

  • (modified) clang/docs/ExternalClangExamples.rst (+3)
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"

@@ -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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"A collection of out-of-tree Clang plugins for teaching and learning"
"A collection of out-of-tree Clang plugins for teaching and learning."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@c8ef c8ef requested a review from SimplyDanny September 8, 2024 00:20
@c8ef
Copy link
Contributor Author

c8ef commented Sep 9, 2024

Dear reviewers, if you the patch looks good to you, could you please assist me in merging it?
@SimplyDanny @shafik

@SimplyDanny SimplyDanny merged commit 98815f7 into llvm:main Sep 9, 2024
9 checks passed
@SimplyDanny
Copy link
Member

Merged. Thank you for the addition, @c8ef!

@c8ef c8ef deleted the patch-1 branch September 9, 2024 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"External Clang Examples" web page should mention clang-tutor
3 participants