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 | a62106599543ef7df75340a74f9e9c400159a100 (patch) | |
tree | a87673bf0c024b6045d0be849867fbfccaa4f5c9 | |
parent | 7d727b79b0a1249bed5bd777008096202c91016b (diff) |
This doesn't really seem worthy of a relnote... Shout if you disagree!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145259 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 18dedcc136..033af8ea7c 100644 --- a/docs/ReleaseNotes.html +++ b/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> |