[cfe-commits] r145315 - /cfe/trunk/docs/ReleaseNotes.html
Francois Pichet
pichet2000 at gmail.com
Mon Nov 28 15:30:46 PST 2011
Author: fpichet
Date: Mon Nov 28 17:30:46 2011
New Revision: 145315
URL: http://llvm.org/viewvc/llvm-project?rev=145315&view=rev
Log:
Update release notes with information on MSVC mode.
Modified:
cfe/trunk/docs/ReleaseNotes.html
Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=145315&r1=145314&r2=145315&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 17:30:46 2011
@@ -187,8 +187,11 @@
<li>Normal compilation supported for the MinGW target platform, in both 32-bit
and 64-bit, and the Cygwin target platform.</li>
<li>Parsing and AST support for Windows Structured Exception Handling.</li>
- <li>Initial support for some MSVC language extensions and the ability to parse
- a few native MSVC system headers.</li>
+ <li>New -fms-compatibility flag to handle MSVC constructs that could change
+ the meaning of an otherwise well formed program</li>
+ <li>clang can now parse all the MSVC 2010 standard C++ header files
+ in the nominal case, (still need to specifiy -nobuiltininc for some headers).</li>
+ <li>Improved support for MFC code parsing, (still a work in progress).</li>
</ul>
<!--
More information about the cfe-commits
mailing list