summaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorFrancois Pichet <pichet2000@gmail.com>2011-11-28 23:46:15 +0000
committerFrancois Pichet <pichet2000@gmail.com>2011-11-28 23:46:15 +0000
commit0c2198a57923c3b0feb8a19474bf8fec7a55e09d (patch)
treed855e2e8586cdcafd6e15b1cec732febff84995f /docs/ReleaseNotes.html
parent47931383753fb873941cd8b0873e47684e9402a5 (diff)
Update release notes with 2 features now supported in -fms-extensions mode.
I think that's enough for my release notes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 17cb9259ea..ea925b5bb8 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -192,6 +192,8 @@ be used as a compiler in a few Windows contexts.
<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>
<!--