From: Chris Lattner Date: Sat, 22 Nov 2003 01:14:58 +0000 (+0000) Subject: Add newly fixed pr X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9f9d00a13ceebdb5383667628ef39917aab81f2d;p=oota-llvm.git Add newly fixed pr git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10153 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 46aad8c56d9..b724c33427c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -123,6 +123,8 @@ build problems href="http://llvm.cs.uiuc.edu/PR127">sped up a lot (up to 4x in some cases). +
  • Methods and functions in anonymous namespaces now get internal linkage.
  • +

    In this release, the following bugs in the previous release were fixed: