[www] r296624 - Improve the list of mentors
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 06:36:26 PST 2017
Author: sylvestre
Date: Wed Mar 1 08:36:25 2017
New Revision: 296624
URL: http://llvm.org/viewvc/llvm-project?rev=296624&view=rev
Log:
Improve the list of mentors
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=296624&r1=296623&r2=296624&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Wed Mar 1 08:36:25 2017
@@ -251,7 +251,7 @@ Welcome prospective Google Summer of Cod
<ul><li>Write recommendations and guides for .mir based tests</ul></li>
</p>
- <p><b>Contact Person:</b>Matthias Braun</p>
+ <p><b>Confirmed Mentor:</b> Matthias Braun</p>
</div>
@@ -308,7 +308,7 @@ Welcome prospective Google Summer of Cod
T<unsigned long>::type single-step desugars to 'unsigned long' and
T<size_t>::type single-step desugars to 'size_t'.
- <p><b>Confirmed Mentor:</b>Vassil Vassilev, Richard Smith</p>
+ <p><b>Confirmed Mentor:</b> Vassil Vassilev, Richard Smith</p>
<p><b>Desirable skills:</b>
Good knowledge of clang API, clang's AST, intermediate knowledge of C++.
@@ -372,7 +372,7 @@ Welcome prospective Google Summer of Cod
<p><b>Expected results: </b>
Bash supports abovementioned auto-complete examples on at least OS X and
Linux.
- <p><b>Confirmed Mentor:</b>Vassil Vassilev, Raphael Isemann</p>
+ <p><b>Confirmed Mentor:</b> Vassil Vassilev, Raphael Isemann</p>
<p><b>Desirable skills:</b>
Intermediate knowledge of C++ and shell scripting, Intermediate knowledge of
@@ -394,7 +394,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>
+ <p><b>Confirmed Mentor:</b> Mehdi Amini</p>
</div>
@@ -429,7 +429,7 @@ Welcome prospective Google Summer of Cod
<a href="https://llvm.org/bugs/show_bug.cgi?id=30232">Bugzilla feature
request</a>
</p>
- <p><b>Confirmed Mentor:</b>Alexander Kornienko, Piotr Padlewski</p>
+ <p><b>Confirmed Mentor:</b> Alexander Kornienko, Piotr Padlewski</p>
</div>
@@ -465,7 +465,7 @@ Welcome prospective Google Summer of Cod
functions (which is always an error) and non-pure virtual functions (which
is more of a code smell and may be a false positive).
</p>
- <p><b>Confirmed Mentor:</b>Anna Zaks</p>
+ <p><b>Confirmed Mentor:</b> Anna Zaks</p>
</div>
<!-- *********************************************************************** -->
@@ -486,7 +486,7 @@ Welcome prospective Google Summer of Cod
for the various APIs and checking that the analyzer correctly models
atomics.
</p>
- <p><b>Confirmed Mentor:</b>Anna Zaks</p>
+ <p><b>Confirmed Mentor:</b> Anna Zaks</p>
</div>
<!-- *********************************************************************** -->
@@ -502,7 +502,7 @@ Welcome prospective Google Summer of Cod
use the results of a fast pointer analysis such as "Points-to analysis in
almost linear time" by Bjarne Steensgaard.
</p>
- <p><b>Confirmed Mentor:</b>Devin Coughlin</p>
+ <p><b>Confirmed Mentor:</b> Devin Coughlin</p>
</div>
@@ -526,7 +526,7 @@ Welcome prospective Google Summer of Cod
Here are some examples: CFI, DFSan, XSan, LSan, XRay. Porting any of them
to other platforms, for example, Mac OS, would be great!
</p>
- <p><b>Confirmed Mentor:</b>Kuba Mracek, Anna Zaks</p>
+ <p><b>Confirmed Mentor:</b> Kuba Mracek, Anna Zaks</p>
</div>
@@ -550,7 +550,7 @@ Welcome prospective Google Summer of Cod
abstraction layer. Instead of scraping LLDB's textual output, it should be
using the data structures provided by the public API.
</p>
- <p><b>Confirmed Mentor:</b>Adrian Prantl, Greg Clayton</p>
+ <p><b>Confirmed Mentor:</b> Adrian Prantl, Greg Clayton</p>
<p><b>Desirable skills:</b>
Intermediate knowledge of C++.
@@ -598,7 +598,7 @@ Welcome prospective Google Summer of Cod
Possible extension: Xray can be used to provide data (it's unclear whether
this is feasible easily, see David's comment in [3]).
</p>
- <p><b>Contact Person:</b>Davide Italiano</p>
+ <p><b>Confirmed Mentor:</b> Davide Italiano</p>
<ul>
<li>[1] http://sourceware.org/ml/binutils/2011-03/msg00043.html</li>
@@ -624,7 +624,7 @@ Welcome prospective Google Summer of Cod
<p><b>Expectation:</b> The student must have demonstrated some experience with Debian/Ubuntu packaging. Debian maintains a list of <a href="https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=newcomer">good first bugs</a>. Please mention any packaging related contribution in the GSoC application.</p>
- <p><b>Contact Person:</b><a href="mailto:sylvestre at debian.org">Sylvestre Ledru</a></p>
+ <p><b>Confirmed Mentor:</b> <a href="mailto:sylvestre at debian.org">Sylvestre Ledru</a></p>
<ul>
<li>More about libc++: <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813673">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813673</a>
More information about the llvm-commits
mailing list