aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/OpenProjects.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/OpenProjects.html b/www/OpenProjects.html
index cc69f26311..4329cb6235 100644
--- a/www/OpenProjects.html
+++ b/www/OpenProjects.html
@@ -93,6 +93,7 @@ supported.</li>
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 @@ experience -- it should be easy to cross compile applications, install support
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>