[PATCH] D149405: [Clang][Doc] Added an open project for improving command line docs
Shivam Gupta via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 28 11:02:14 PDT 2023
xgupta updated this revision to Diff 517996.
xgupta added a comment.
address comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149405/new/
https://reviews.llvm.org/D149405
Files:
clang/www/OpenProjects.html
Index: clang/www/OpenProjects.html
===================================================================
--- clang/www/OpenProjects.html
+++ clang/www/OpenProjects.html
@@ -38,6 +38,8 @@
<li>documenting <a href="https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/DiagnosticDocs.td">
diagnostic group flags</a> (adding code examples of what is diagnosed, or
other relevant information), or</li>
+ <li>documenting <a href="https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Driver/Options.td">
+ command line options</a>, or</li>
<li>help with completing other missing documentation.</li>
</ul>
These projects are independent of each other.</li>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149405.517996.patch
Type: text/x-patch
Size: 708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230428/2adfbcf5/attachment.bin>
More information about the cfe-commits
mailing list