From 804ffb611dc897b590d1f1c07ac93bb5ddc93e91 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 15 Oct 2008 10:29:51 +0000 Subject: [PATCH] fix some validation errors, improve formatting, squash a strange plural git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57570 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 95674d73db8..5c174d5b89b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -117,7 +117,7 @@ Clang code generation still needs considerable testing and development, however. Some areas under active development include: @@ -174,18 +174,16 @@ bug fixes, cleanup and new features. The major changes include:

@@ -523,7 +521,7 @@ experted by Attributes.h header. The new attributes interface changes a stored at index ~0U. Parameter attributes are stored at index that matches parameter number.
  • ParamAttr namespace is now renamed as Attribute.
  • -
  • The name of the class that manages reference count of opaque +
  • The name of the class that manages reference count of opaque attributes is changed from PAListPtr to AttrListPtr.
  • ParamAttrsWithIndex is now renamed as AttributeWithIndex.
  • -- 2.34.1