summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-11-28 09:43:30 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-11-28 09:43:30 +0000
commita3932023774c074ddfe8bac108179740a5758fa6 (patch)
treee4f473de7b807eda7d90f34235254d73b5b2b0cd
parent7c8e5ff5784fd58f73b84d1106d008190ebe4ffa (diff)
downloadbcm5719-llvm-a3932023774c074ddfe8bac108179740a5758fa6.tar.gz
bcm5719-llvm-a3932023774c074ddfe8bac108179740a5758fa6.zip
Notes through another month... a *really* busy month, but mostly bug
fixing. llvm-svn: 145237
-rw-r--r--clang/docs/ReleaseNotes.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html
index 4a76ba253fd..e1d090505e7 100644
--- a/clang/docs/ReleaseNotes.html
+++ b/clang/docs/ReleaseNotes.html
@@ -91,7 +91,9 @@ prose in a section of its own. When doing that, delete the notes.</p>
section?</li>
<li>Building Clang on windows -- mingw, 32 and 64 bit, native windows builds,
cygwin. get chapuni to flesh out details.</li>
- <li>Compiling C/C++ w/ MinGW (32/64) and Cygwin on Windows -- chapuny</li>
+ <li>Compiling C/C++ w/ MinGW (32/64) and Cygwin on Windows -- chapuni</li>
+ <li>C++ -- Parsing and AST support for Windows Structured Exception
+ Handling.</li>
<li>C++11 -- noexcept (Sebastian Redl)</li>
<li>Uninitialized values Clang warning rewrite -- more accurate, faster, able
to differentiate between the possibility of an uninitialized use and the
@@ -102,7 +104,8 @@ prose in a section of its own. When doing that, delete the notes.</p>
</ul>
</li>
<li>Support for language specific address spaces</li>
- <li>Support for compiling on NetBSD systems -- Joerg Sonnenberger to fill out</li>
+ <li>Support for compiling on NetBSD systems -- Joerg Sonnenberger to fill
+ out</li>
<li>Support for '--sysroot' based cross-compilation</li>
<li>Crash recovery handling for libclang clients -- Ted</li>
<li>Driver support for automatic preparation of reproduction steps for
@@ -113,10 +116,23 @@ prose in a section of its own. When doing that, delete the notes.</p>
<li>Diagnostic improvements bucket?
<ul>
<li>Emitting fewer include stacks</li>
+ <li>Significantly better recovery when encountering misspelled type names
+ in a declaration context. r130082</li>
</ul>
</li>
<li>C++ -- supported in the static analyzer: methods, new, constructors,
destructors, etc.</li>
+ <li>Improved AST support for partially constructed nodes and incomplete
+ information for LLDB and other clients which dynamically build AST nodes.</li>
+ <li>Largely complete MSVC-compatible parsing mode -- fpichet</li>
+ <li>C1X -- static asserts and generic selections</li>
+ <li>C++11 -- alias declarations -- zygoloid</li>
+ <li>C++11 -- range-based-for loops -- zygoloid</li>
+ <li>C++11 -- delegating ctors -- zygoloid/scshunt<li>
+ <li>Memory reduction -- initializers, macro expansions, source locations,
+ etc.</li>
+ <li>Full set of type traits, sufficient to support C++11 standard libraries;
+ also expression traits.</li>
</ul>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
OpenPOWER on IntegriCloud