From: Francois Pichet Date: Mon, 28 Nov 2011 23:30:46 +0000 (+0000) Subject: Update release notes with information on MSVC mode. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=551988f1bf32bb5e5b1fc223184d4089a0424698;p=clang Update release notes with information on MSVC mode. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145315 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 091605d648..b4b00e21b5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -187,8 +187,11 @@ be used as a compiler in a few Windows contexts.
  • Normal compilation supported for the MinGW target platform, in both 32-bit and 64-bit, and the Cygwin target platform.
  • Parsing and AST support for Windows Structured Exception Handling.
  • -
  • Initial support for some MSVC language extensions and the ability to parse - a few native MSVC system headers.
  • +
  • New -fms-compatibility flag to handle MSVC constructs that could change + the meaning of an otherwise well formed program
  • +
  • clang can now parse all the MSVC 2010 standard C++ header files + in the nominal case, (still need to specifiy -nobuiltininc for some headers).
  • +
  • Improved support for MFC code parsing, (still a work in progress).