diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index a0713b39d849..c80e1c651d0a 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -95,7 +95,6 @@ prose in a section of its own. When doing that, delete the notes.

  • Uninitialized values Clang warning rewrite -- more accurate, faster, able to differentiate between the possibility of an uninitialized use and the certainty of an uninitialized use.
  • -
  • Support for language specific address spaces
  • Driver support for automatic preparation of reproduction steps for compiler crashes -- Chad
  • OS Availability attribute -- r128127
  • @@ -106,14 +105,10 @@ prose in a section of its own. When doing that, delete the notes.

  • Largely complete MSVC-compatible parsing mode -- fpichet
  • Memory reduction -- initializers, macro expansions, source locations, etc.
  • -
  • The Embarcadero - __is_lvalue_expr and - __is_rvalue_expr expression traits.
  • CFI-based debug info -- nlewycky/espindola details
  • ObjC ARC -- get a blurb from rjmccall
  • ObjC related result type/instancetype
  • Thread Safety attributes and correctness analysis added to Clang.
  • -
  • NRVO for blocks.
  • Major improvements to the interactions between serializing and deserializing the AST and the preprocessor -- argiris