diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index 18dedcc136a6..033af8ea7c4d 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -156,7 +156,6 @@ prose in a section of its own. When doing that, delete the notes.

  • ObjC ARC -- get a blurb from rjmccall
  • ObjC related result type/instancetype
  • Thread Safety attributes and correctness analysis added to Clang.
  • -
  • API -- Many opaque typedefs in Sema around AST nodes are gone.
  • NRVO for blocks.
  • Major improvements to the interactions between serializing and deserializing the AST and the preprocessor -- argiris