[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Nov 11 16:47:05 PST 2003
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.37 -> 1.38
---
Log message:
Mention that all LLVM C++ code has been moved into the 'llvm' C++ namespace.
---
Diffs of the changes: (+4 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.37 llvm/docs/ReleaseNotes.html:1.38
--- llvm/docs/ReleaseNotes.html:1.37 Tue Nov 11 15:52:34 2003
+++ llvm/docs/ReleaseNotes.html Tue Nov 11 16:45:41 2003
@@ -71,6 +71,9 @@
explore the LLVM optimizer with the C backend (note that LLVM requires GCC 3.3
on Mac OSX).</li><p>
+<li>The LLVM C++ code has been completely moved into the 'llvm' C++
+namespace, for easier integration with other code.</li>
+
</ol><p>
In this release, the following missing features were implemented:<p>
@@ -432,6 +435,6 @@
Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
<!-- Created: Wed Oct 1 17:38:54 CDT 2003 -->
<!-- hhmts start -->
-Last modified: Tue Nov 11 15:48:35 CST 2003
+Last modified: Tue Nov 11 16:45:07 CST 2003
<!-- hhmts end -->
</body></html>
More information about the llvm-commits
mailing list