From af1e025d56d8c02ccb59d58f24d6f7295db2003f 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 llvm-svn: 57570 --- 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.