]> granicus.if.org Git - clang/commitdiff
Remove some features that don't really seem major enough or widely used
authorChandler Carruth <chandlerc@gmail.com>
Mon, 28 Nov 2011 22:54:31 +0000 (22:54 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 28 Nov 2011 22:54:31 +0000 (22:54 +0000)
enough to merit space in the release notes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145306 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index a0713b39d849977688922db2993266dced6fbaf0..c80e1c651d0ac0de14368d2315a02c867fc20f17 100644 (file)
@@ -95,7 +95,6 @@ prose in a section of its own. When doing that, delete the notes.</p>
   <li>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.</li>
-  <li>Support for language specific address spaces</li>
   <li>Driver support for automatic preparation of reproduction steps for
   compiler crashes -- Chad</li>
   <li>OS Availability attribute -- r128127</li>
@@ -106,14 +105,10 @@ prose in a section of its own. When doing that, delete the notes.</p>
   <li>Largely complete MSVC-compatible parsing mode -- fpichet</li>
   <li>Memory reduction -- initializers, macro expansions, source locations,
   etc.</li>
-  <li>The Embarcadero
-  <a href="http://docwiki.embarcadero.com/RADStudio/en/Is_lvalue_expr"><tt>__is_lvalue_expr</tt></a> and
-  <a href="http://docwiki.embarcadero.com/RADStudio/en/Is_rvalue_expr"><tt>__is_rvalue_expr</tt></a> expression traits.</li>
   <li>CFI-based debug info -- nlewycky/espindola details</li>
   <li>ObjC ARC -- get a blurb from rjmccall</li>
   <li>ObjC related result type/instancetype</li>
   <li>Thread Safety attributes and correctness analysis added to Clang.</li>
-  <li>NRVO for blocks.</li>
   <li>Major improvements to the interactions between serializing and
   deserializing the AST and the preprocessor -- argiris</li>
 </ul>