From 10ea82301ff70b2f575d205348af7e0c99b2af4d Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 11 Nov 2003 22:45:41 +0000 Subject: [PATCH] Mention that all LLVM C++ code has been moved into the 'llvm' C++ namespace. llvm-svn: 9904 --- llvm/docs/ReleaseNotes.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 5e8fac68a17b..8930d1a40a9b 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -71,6 +71,9 @@ release implements the following new features:

explore the LLVM optimizer with the C backend (note that LLVM requires GCC 3.3 on Mac OSX).

+

  • The LLVM C++ code has been completely moved into the 'llvm' C++ +namespace, for easier integration with other code.
  • +

    In this release, the following missing features were implemented:

    @@ -432,6 +435,6 @@ via the mailing lists.

    Maintained By: The LLVM Team
    -Last modified: Tue Nov 11 15:48:35 CST 2003 +Last modified: Tue Nov 11 16:45:07 CST 2003