[llvm-branch-commits] [cfe-branch] r217216 - Update ReleaseNotes to remove empty sections.

Bill Wendling isanbard at gmail.com
Thu Sep 4 18:16:32 PDT 2014


Author: void
Date: Thu Sep  4 20:16:32 2014
New Revision: 217216

URL: http://llvm.org/viewvc/llvm-project?rev=217216&view=rev
Log:
Update ReleaseNotes to remove empty sections.

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

Modified: cfe/branches/release_35/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_35/docs/ReleaseNotes.rst?rev=217216&r1=217215&r2=217216&view=diff
==============================================================================
--- cfe/branches/release_35/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_35/docs/ReleaseNotes.rst Thu Sep  4 20:16:32 2014
@@ -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
 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 recogniz
 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 th
 - 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-bu
 
 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
 ==========================
 





More information about the llvm-branch-commits mailing list