[llvm-branch-commits] [cfe-branch] r311717 - ReleaseNotes: remove boiler-plate, and minor fixes

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 24 15:38:21 PDT 2017


Author: hans
Date: Thu Aug 24 15:38:21 2017
New Revision: 311717

URL: http://llvm.org/viewvc/llvm-project?rev=311717&view=rev
Log:
ReleaseNotes: remove boiler-plate, and minor fixes

Modified:
    cfe/branches/release_50/docs/ReleaseNotes.rst

Modified: cfe/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_50/docs/ReleaseNotes.rst?rev=311717&r1=311716&r2=311717&view=diff
==============================================================================
--- cfe/branches/release_50/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_50/docs/ReleaseNotes.rst Thu Aug 24 15:38:21 2017
@@ -41,8 +41,6 @@ sections with improvements to Clang's su
 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 b
 
 -  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
 ======================




More information about the llvm-branch-commits mailing list