[www] r297172 - Remove wrong link, fix a typo and reapply 80 col rule.
Vassil Vassilev via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 10:10:37 PST 2017
Author: vvassilev
Date: Tue Mar 7 12:10:36 2017
New Revision: 297172
URL: http://llvm.org/viewvc/llvm-project?rev=297172&view=rev
Log:
Remove wrong link, fix a typo and reapply 80 col rule.
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=297172&r1=297171&r2=297172&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Tue Mar 7 12:10:36 2017
@@ -4,7 +4,7 @@
<ul>
<li><a href="#gsoc17">Google Summer of Code 2017</a>
- <ul><a href="http://clang.llvm.org/">LLVM Core</a>
+ <ul>LLVM Core
<li><a href="#bitcode_fuzzing">Fuzzing the Bitcode reader</a></li>
<li><a href="#debuginfo_overhead">Improve optimizer overhead with debug info</a></li>
<li><a href="#thinlto_global">ThinLTO: propagating more global informations</a></li>
@@ -333,10 +333,11 @@ Welcome prospective Google Summer of Cod
by any common shell.
<br /> <br />
- Suggested design approach: The main goal is to support variety of terminals.
- It would be preferable to keep each shell plugin minimal, enabling easy
- addition of new plugins. The implementation ought to extend the clang driver
- switches with a flag to request auto-completion of a partial shell command.
+ Suggested design approach: The main goal is to support a variety of
+ terminals. It would be preferable to keep each shell plugin minimal,
+ enabling easy addition of new plugins. The implementation ought to extend
+ the clang driver switches with a flag to request auto-completion of a
+ partial shell command.
<br /> <br />
The final auto-completion support should contain features such as:
More information about the llvm-commits
mailing list