[llvm-commits] [llvm] r102378 - /llvm/trunk/docs/ReleaseNotes.html
Gabor Greif
ggreif at gmail.com
Mon Apr 26 13:46:04 PDT 2010
Author: ggreif
Date: Mon Apr 26 15:46:03 2010
New Revision: 102378
URL: http://llvm.org/viewvc/llvm-project?rev=102378&view=rev
Log:
add some typewriter tags
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=102378&r1=102377&r2=102378&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Apr 26 15:46:03 2010
@@ -929,13 +929,13 @@
API changes are:</p>
<ul>
-<li>Just about everything has been converted to use raw_ostream instead of
- std::ostream.</li>
-<li>llvm/ADT/iterator.h has been removed, just use <iterator>
+<li>Just about everything has been converted to use <tt>raw_ostream</tt> instead of
+ <tt>std::ostream</tt>.</li>
+<li><tt>llvm/ADT/iterator.h</tt> has been removed, just use <tt><iterator></tt>
instead.</li>
-<li>The Streams.h file and "DOUT" got removed, use "DEBUG(errs() << ...);"
+<li>The <tt>Streams.h</tt> file and <tt>DOUT</tt> got removed, use <tt>DEBUG(errs() << ...);</tt>
instead.</li>
-<li>The TargetAsmInfo interface was renamed to MCAsmInfo.</li>
+<li>The <tt>TargetAsmInfo</tt> interface was renamed to <tt>MCAsmInfo</tt>.</li>
<li><tt>ModuleProvider</tt> has been <a
href="http://llvm.org/viewvc/llvm-project?view=rev&revision=94686">removed</a>
and its methods moved to <tt>Module</tt> and <tt>GlobalValue</tt>.
More information about the llvm-commits
mailing list