From c4b7beee8d4dd0d557ba81d583d919f3b3ff9607 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 12 Dec 2003 04:37:31 +0000 Subject: [PATCH] Break lines and add space after ':' to be consistent in layout. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10420 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 2ca88bfc79b..44749bc9008 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -445,9 +445,9 @@ work: vector_size, dllimport, dllexport, all target specific attributes. -
  • Type Attributes: Specifying attributes of types. +
  • Type Attributes: Specifying attributes of types.
    Supported: transparent_union, unused, - deprecated, may_alias + deprecated, may_alias
    Unsupported: aligned, packed, all target specific attributes.
  • @@ -476,11 +476,11 @@ work:
  • Variadic Macros: Macros with a variable number of arguments.
  • Escaped Newlines: Slightly looser rules for escaped newlines.
  • Subscripting: Any array can be subscripted, even if not an lvalue.
  • -
  • Pointer Arith:Arithmetic on void-pointers and function pointers.
  • +
  • Pointer Arith: Arithmetic on void-pointers and function pointers.
  • Initializers: Non-constant initializers.
  • Compound Literals: Compound literals give structures, unions or arrays as values.
  • Designated Inits: Labeling elements of initializers.
  • -
  • Cast to Union:Casting to union type from any member of the union.
  • +
  • Cast to Union: Casting to union type from any member of the union.
  • Case Ranges: `case 1 ... 9' and such.
  • Mixed Declarations: Mixing declarations and code.
  • Function Prototypes: Prototype declarations and old-style definitions.