From 9fe12dfae3fad93aec4ba283d5099ee69e7fc164 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Thu, 24 Aug 2017 22:38:21 +0000 Subject: ReleaseNotes: remove boiler-plate, and minor fixes git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_50@311717 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 54 +-------------------------------------------------- 1 file changed, 1 insertion(+), 53 deletions(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 13853e1a93..aa569220cb 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -41,8 +41,6 @@ sections with improvements to Clang's support for those languages. Major New Features ------------------ -- ... - C++ coroutines ^^^^^^^^^^^^^^ `C++ coroutines TS @@ -114,12 +112,6 @@ Attribute Changes in Clang - The ```ms_abi`` attribute and the ``__builtin_ms_va_list`` types and builtins are now supported on AArch64. -Windows Support ---------------- - -Clang's support for building native Windows programs ... - - C Language Changes in Clang --------------------------- @@ -151,7 +143,7 @@ a vector expression--occurs when: value of the scalar constant rather than the constant's type. - Floating point constants with precise integral representations are not - implicitly converted to integer values, this is for compatability with GCC. + implicitly converted to integer values, this is for compatibility with GCC. Currently the basic integer and floating point types with the following @@ -159,12 +151,6 @@ operators are supported: ``+``, ``/``, ``-``, ``*``, ``%``, ``>``, ``<``, ``>=``, ``<=``, ``==``, ``!=``, ``&``, ``|``, ``^`` and the corresponding assignment operators where applicable. -... - -C11 Feature Support -^^^^^^^^^^^^^^^^^^^ - -... C++ Language Changes in Clang ----------------------------- @@ -173,12 +159,6 @@ C++ Language Changes in Clang implicit scalar to vector conversions also applies to C++. Additionally the following operators are also supported: ``&&`` and ``||``. -... - -C++1z Feature Support -^^^^^^^^^^^^^^^^^^^^^ - -... Objective-C Language Changes in Clang ------------------------------------- @@ -234,25 +214,6 @@ The following new functionalities have been added: - Added OpenCL types to ``CIndex``. -OpenMP Support in Clang ----------------------------------- - -... - -Internal API Changes --------------------- - -These are major API changes that have happened since the 4.0.0 release of -Clang. If upgrading an external codebase that uses Clang as a library, -this section should help get you past the largest hurdles of upgrading. - -- ... - -AST Matchers ------------- - -... - clang-format ------------ @@ -365,15 +326,6 @@ Undefined Behavior Sanitizer (UBSan) also avoid emitting unnecessary overflow checks in arithmetic expressions with promoted integer operands. -Core Analysis Improvements -========================== - -- ... - -New Issues Found -================ - -- ... Python Binding Changes ---------------------- @@ -392,10 +344,6 @@ The following methods have been added: - ``get_exception_specification_kind`` has been added to ``Type``. -- ... - -Significant Known Problems -========================== Additional Information ====================== -- cgit v1.2.3