[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
Thu Apr 27 22:43:49 PDT 2023


xgupta created this revision.
xgupta added a reviewer: aaron.ballman.
Herald added a project: All.
xgupta requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

There seems to be a lot of documentation is missing
for different command line flags uses. 
This create confusion with same looking options, better to 
document clearly their uses.


Repository:
  rG LLVM Github Monorepo

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,10 @@
   <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>improve existing and add missing documentation for
+      <a href=" https://clang.llvm.org/docs/ClangCommandLineReference.html">
+      clang command line flags</a>, generated from <a href="https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Driver/Options.td">
+      clang/Driver/Options.td</a>,</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.517788.patch
Type: text/x-patch
Size: 878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230428/43dce70d/attachment.bin>


More information about the cfe-commits mailing list