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>


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>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to