diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-10-16 09:40:21 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-10-16 09:40:21 +0000 |
commit | 6a46da277fc141abc8a8f111cb200856e92c405c (patch) | |
tree | 727e69929e3b5562d33c5e91870f81d7a332b8bd /clang/www/OpenProjects.html | |
parent | 4b50bd8a2e516fe997b708c8997f66979a3c7450 (diff) | |
download | bcm5719-llvm-6a46da277fc141abc8a8f111cb200856e92c405c.tar.gz bcm5719-llvm-6a46da277fc141abc8a8f111cb200856e92c405c.zip |
validator
llvm-svn: 116668
Diffstat (limited to 'clang/www/OpenProjects.html')
-rw-r--r-- | clang/www/OpenProjects.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/www/OpenProjects.html b/clang/www/OpenProjects.html index cc69f263113..4329cb62359 100644 --- a/clang/www/OpenProjects.html +++ b/clang/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> |