Skip to content

[llvm][Docs] Update MyFirstTypoFix doc #79149

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 3 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions llvm/docs/CodeReview.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _code_review_policy:

=====================================
LLVM Code-Review Policy and Practices
=====================================
Expand Down
4 changes: 4 additions & 0 deletions llvm/docs/DeveloperPolicy.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _developer_policy:

=====================
LLVM Developer Policy
=====================
Expand Down Expand Up @@ -469,6 +471,8 @@ What are the expectations around a revert?
* When re-applying a reverted patch, the commit message should be updated to
indicate the problem that was addressed and how it was addressed.

.. _obtaining_commit_access:

Obtaining Commit Access
-----------------------

Expand Down
2 changes: 2 additions & 0 deletions llvm/docs/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ Unix utilities. Specifically:
.. _below:
.. _check here:

.. _host_cpp_toolchain:

Host C++ Toolchain, both Compiler and Standard Library
------------------------------------------------------

Expand Down
Loading