[cfe-commits] r116668 - /cfe/trunk/www/OpenProjects.html

Gabor Greif ggreif at gmail.com
Sat Oct 16 02:40:21 PDT 2010


Author: ggreif
Date: Sat Oct 16 04:40:21 2010
New Revision: 116668

URL: http://llvm.org/viewvc/llvm-project?rev=116668&view=rev
Log:
validator

Modified:
    cfe/trunk/www/OpenProjects.html

Modified: cfe/trunk/www/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/OpenProjects.html?rev=116668&r1=116667&r2=116668&view=diff
==============================================================================
--- cfe/trunk/www/OpenProjects.html (original)
+++ cfe/trunk/www/OpenProjects.html Sat Oct 16 04:40:21 2010
@@ -93,6 +93,7 @@
 that demonstrates the problem down to something small.  There are many ways to
 do this; ask on cfe-dev for advice.</p>
 
+<ul>
 <li><b>StringRef'ize APIs</b>: A thankless but incredibly useful project is
 StringRef'izing (converting to use <tt>llvm::StringRef</tt> instead of <tt>const
 char *</tt> or <tt>std::string</tt>) various clang interfaces. This generally
@@ -104,6 +105,7 @@
 for new architectures, access different compilers and tools, and be consistent
 across different platforms. See the <a href="UniversalDriver.html">Universal
 Driver</a> web page for more information.</li>
+</ul>
 
 </div>
 </body>





More information about the cfe-commits mailing list