]> granicus.if.org Git - clang/commitdiff
Update ReleaseNotes to remove empty sections.
authorBill Wendling <isanbard@gmail.com>
Fri, 5 Sep 2014 01:16:32 +0000 (01:16 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 5 Sep 2014 01:16:32 +0000 (01:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_35@217216 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index dc1c88b6fb3cbe02f1f18912d34c7bf450290fe3..5ff136e5f6d7173a24c2edf23652874efa98e157 100644 (file)
@@ -1,6 +1,6 @@
-=====================================
-Clang 3.5 (In-Progress) Release Notes
-=====================================
+=======================
+Clang 3.5 Release Notes
+=======================
 
 .. contents::
    :local:
@@ -8,12 +8,6 @@ Clang 3.5 (In-Progress) Release Notes
 
 Written by the `LLVM Team <http://llvm.org/>`_
 
-.. warning::
-
-   These are in-progress notes for the upcoming Clang 3.5 release. You may
-   prefer the `Clang 3.4 Release Notes
-   <http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html>`_.
-
 Introduction
 ============
 
@@ -188,16 +182,6 @@ directive just prior to the desired loop. The directive allows vectorization and
 interleaving to be enabled or disabled. Vector width as well as interleave count
 can be manually specified.  See :ref:`langext-pragma-loop` for details.
 
-C Language Changes in Clang
----------------------------
-
-...
-
-C11 Feature Support
-^^^^^^^^^^^^^^^^^^^
-
-...
-
 C++ Language Changes in Clang
 -----------------------------
 
@@ -207,8 +191,6 @@ C++ Language Changes in Clang
   references, and `-fsanitize=null` can be used to detect null references
   being formed at runtime.
 
-- ...
-
 C++17 Feature Support
 ^^^^^^^^^^^^^^^^^^^^^
 
@@ -227,16 +209,6 @@ Additionally, trigraphs are not recognized by default in this mode.
 Note that these features may be changed or removed in future Clang releases
 without notice.
 
-Objective-C Language Changes in Clang
--------------------------------------
-
-...
-
-OpenCL C Language Changes in Clang
-----------------------------------
-
-...
-
 OpenMP C/C++ Language Changes in Clang
 --------------------------------------
 
@@ -254,11 +226,6 @@ this section should help get you past the largest hurdles of upgrading.
 - Clang uses `std::unique_ptr<T>` in many places where it used to use
   raw `T *` pointers.
 
-libclang
---------
-
-...
-
 Static Analyzer
 ---------------
 
@@ -282,25 +249,6 @@ instead of `report-XXXXXX.html`, scan-build/clang analyzer generate
 
 List the function/method name in the index page of scan-build.
 
-...
-
-Core Analysis Improvements
-==========================
-
-- ...
-
-New Issues Found
-================
-
-- ...
-
-Python Binding Changes
-----------------------
-
-The following methods have been added:
-
--  ...
-
 Significant Known Problems
 ==========================