aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-11 22:45:41 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-11 22:45:41 +0000
commit360c2663fa3e88f7a6b3ea937361539ed7defde6 (patch)
treee881a651d0ff1f3b7021c92dcc89eaa55362a709
parentd0fde30ce850b78371fd1386338350591f9ff494 (diff)
Mention that all LLVM C++ code has been moved into the 'llvm' C++ namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9904 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 5e8fac68a1..8930d1a40a 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -71,6 +71,9 @@ release implements the following new features:<p>
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 @@ via the mailing lists.<p>
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>