diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-11-28 19:11:25 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-11-28 19:11:25 +0000 |
commit | 9252724a044b0fadb21e16904569c4136f519e50 (patch) | |
tree | 9797c15c9831e317826dfafb9a28ae2d7e6cf889 | |
parent | 61a0421cf47ea43a7e80ecd7d105f48dfa1abf7b (diff) | |
download | bcm5719-llvm-9252724a044b0fadb21e16904569c4136f519e50.tar.gz bcm5719-llvm-9252724a044b0fadb21e16904569c4136f519e50.zip |
This doesn't really seem worthy of a relnote... Shout if you disagree!
llvm-svn: 145259
-rw-r--r-- | clang/docs/ReleaseNotes.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index 18dedcc136a..033af8ea7c4 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.</p> <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>API -- Many opaque typedefs in Sema around AST nodes are gone.</li> <li>NRVO for blocks.</li> <li>Major improvements to the interactions between serializing and deserializing the AST and the preprocessor -- argiris</li> |