[PATCH] D100714: [docs] Add a new tutorial that talk about how to make a change to llvm.
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 09:12:26 PDT 2021
xgupta added inline comments.
================
Comment at: llvm/docs/MyFirstTypoFix.rst:324
+ $ git checkout -b myfirstpatch
+ $ git commit -am "[Docs] Clarify -Winfinite-recursion message"
+
----------------
@xzq0528 Actually, here a [Diagnostic] tag would be appropriate, instead of [Docs] one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100714/new/
https://reviews.llvm.org/D100714
More information about the llvm-commits
mailing list