diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9bf38c26c0e..fc6c03c6559 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -128,7 +128,7 @@ development. Here we include updates on these subprojects.
  • New warnings: Clang contains a number of new warnings, including control-flow warnings (unreachable code, missing return statements in a non-void function, etc.), sign-comparison warnings, and improved format-string warnings.
  • 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 +CIndex library. Although we may 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 CIndex @@ -137,7 +137,7 @@ set of Python bindings.
  • 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.
  • +suitable for use as a beta quality ARM compiler.