[cfe-commits] r145320 - /cfe/trunk/docs/ReleaseNotes.html

Francois Pichet pichet2000 at gmail.com
Mon Nov 28 15:46:15 PST 2011


Author: fpichet
Date: Mon Nov 28 17:46:15 2011
New Revision: 145320

URL: http://llvm.org/viewvc/llvm-project?rev=145320&view=rev
Log:
Update release notes with 2 features now supported in -fms-extensions mode. 
I think that's enough for my release notes.

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=145320&r1=145319&r2=145320&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 17:46:15 2011
@@ -192,6 +192,8 @@
   <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>
+  <li>Add support for function template specialization at class scope (-fms-extensions mode).</li>
+  <li>Add support for Microsoft __if_exists/__if_not_exists statements (-fms-extensions mode).</li>
 </ul>
 
 <!--





More information about the cfe-commits mailing list