summaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorShivam Gupta <Shivam.Gupta2@amd.com>2023-04-28 23:29:52 +0530
committerShivam Gupta <Shivam.Gupta2@amd.com>2023-04-28 23:32:37 +0530
commita70485493803d2e22cbc79184b78861b098ba416 (patch)
tree754b9337f9ed231f9bc118a7eafdc9b2bb9cacfc /clang/www
parent09043a26c85dad1ae33a32c0927d467f622de157 (diff)
downloadllvm-a70485493803d2e22cbc79184b78861b098ba416.tar.gz
[Clang][Doc] Added an open project for improving command line docs
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. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D149405
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/OpenProjects.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/www/OpenProjects.html b/clang/www/OpenProjects.html
index 4b6b0283767c..77f04160700f 100755
--- a/clang/www/OpenProjects.html
+++ b/clang/www/OpenProjects.html
@@ -38,6 +38,8 @@ difficult to navigate. We would appreciate help with:
<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>