[www] r296596 - [GSoC] Use <code> instead of <pre> for inline formatting. Add a mentor.
Vassil Vassilev via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 02:12:38 PST 2017
Author: vvassilev
Date: Wed Mar 1 04:12:38 2017
New Revision: 296596
URL: http://llvm.org/viewvc/llvm-project?rev=296596&view=rev
Log:
[GSoC] Use <code> instead of <pre> for inline formatting. Add a mentor.
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=296596&r1=296595&r2=296596&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Wed Mar 1 04:12:38 2017
@@ -333,7 +333,7 @@ Welcome prospective Google Summer of Cod
how to complete) when pressing the tab key. This is usually only supported
for popular programs such as package managers (e.g. pressing tab after
typing "apt-get install late" queries the APT package database and lists all
- packages that start with "late). As of now clang's frontend isn't supported
+ packages that start with "late"). As of now clang's frontend isn't supported
by any common shell.
<br /> <br />
@@ -347,20 +347,20 @@ Welcome prospective Google Summer of Cod
<ul>
<li>Searching/correcting all flags. For example:
<ul>
- <li>typing <pre>clang -tri<i>[tab]</i></pre> should complete to
- <pre>-trigraphs</pre>
+ <li>typing <code>clang -tri<i>[tab]</i></code> should complete to
+ <code>-trigraphs</code>
</li>
- <li>typing <pre>clang -cc1 -dump-decls<i>[tab]</i></pre> should
- correct <pre>-dump-decls</pre> to <pre>-dump-deserialized-decls</pre>
+ <li>typing <code>clang -cc1 -dump-decls<i>[tab]</i></code> should
+ correct <code>-dump-decls</code> to <code>-dump-deserialized-decls</code>
</li>
</ul>
</li>
<li>Searching for valid arguments for the flags. For example:
<ul>
- <li>typing <pre>clang -cc1 -analyze -analyzer-checker=<i>[tab]</i> -fsyntax-only</pre>
+ <li>typing <code>clang -cc1 -analyze -analyzer-checker=<i>[tab]</i> -fsyntax-only</code>
should list all available static analyzers (eg. core.DivideZero)
</li>
- <li>typing <pre>clang -std=<i>[tab]</i></pre> should list the
+ <li>typing <code>clang -std=<i>[tab]</i></code> should list the
available language standards.
</li>
</ul>
@@ -398,6 +398,7 @@ Welcome prospective Google Summer of Cod
code may provide a better diff experience by being robust against, for
example, clang-format changes.
</p>
+ <p><b>Confirmed Mentor:</b>Mehdi Amini</p>
</div>
More information about the llvm-commits
mailing list