git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Gabor Greif 2010-10-16 09:40:21 +00:00
Родитель 930673b2fa
Коммит 67f94b8ce5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -93,6 +93,7 @@ supported.</li>
that demonstrates the problem down to something small. There are many ways to that demonstrates the problem down to something small. There are many ways to
do this; ask on cfe-dev for advice.</p> do this; ask on cfe-dev for advice.</p>
<ul>
<li><b>StringRef'ize APIs</b>: A thankless but incredibly useful project is <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 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 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 for new architectures, access different compilers and tools, and be consistent
across different platforms. See the <a href="UniversalDriver.html">Universal across different platforms. See the <a href="UniversalDriver.html">Universal
Driver</a> web page for more information.</li> Driver</a> web page for more information.</li>
</ul>
</div> </div>
</body> </body>