diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-03-25 16:09:18 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-03-25 16:09:18 +0000 |
commit | 60dadb64a5046d022059df1d36ea81ffcd524aae (patch) | |
tree | 40a594d303013643cb9ea9f9e8ba4bb77bf2f98c | |
parent | 2ddefecfa063b99550bd1fc9fd53efe433be54fb (diff) |
Sketch a few Clang release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99512 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 92bc50cab9..8723876ca4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -127,8 +127,21 @@ development. Here we include updates on these subprojects. <p>In the LLVM 2.7 time-frame, the Clang team has made many improvements:</p> <ul> -<li>...</li> -include a link to cxx_compatibility.html +<li>FIXME: C++! Include a link to cxx_compatibility.html</li> + +<li>FIXME: Static Analyzer improvements?</li> + +<li>CIndex API and Python bindings: Clang now includes a C API as part of the +CIndex library. Although we make make some changes to the API in the future, it +is intended to be stable and has been designed for use by external projects. See +the Clang +doxygen <a href="http://clang.llvm.org/doxygen/group__CINDEX.html">CIndex</a> +documentation for more details. The CIndex API also includings an preliminary +set of Python bindings.</li> + +<li>ARM Support: Clang now has ABI support for both the Darwin and Linux ARM +ABIs. Coupled with many improvements to the LLVM ARM backend, Clang is now +suitable for use as a a beta quality ARM compiler.</li> </ul> </div> |