summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-02-24 23:29:12 +0000
committerHans Wennborg <hans@hanshq.net>2017-02-24 23:29:12 +0000
commita475f7df5a08a7e2c8fc948bb825e239d4c8e316 (patch)
tree1e0fc0cbbad4fbc12891141e044569173fa4d8e9
parent666e1dc602a9cb0b96ac017caa1ac3ba17e685ef (diff)
ReleaseNotes: drop dead sections
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_40@296195 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst81
1 files changed, 0 insertions, 81 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index a9b6a743a5..1c319ecb39 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -70,11 +70,6 @@ Improvements to ThinLTO (-flto=thin)
- Significant build-time and binary-size improvements when compiling with debug
info (``-g``).
-Improvements to Clang's diagnostics
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-- ...
-
New Compiler Flags
------------------
@@ -85,51 +80,6 @@ some other optimizations might be enabled or disabled.
The option -MJ has been added to simplify adding JSON compilation
database output into existing build systems.
-The option ....
-
-New Pragmas in Clang
------------------------
-
-Clang now supports the ...
-
-
-Attribute Changes in Clang
---------------------------
-
-- ...
-
-Windows Support
----------------
-
-Clang's support for building native Windows programs ...
-
-
-C Language Changes in Clang
----------------------------
-
-- ...
-
-...
-
-C11 Feature Support
-^^^^^^^^^^^^^^^^^^^
-
-...
-
-C++ Language Changes in Clang
------------------------------
-
-...
-
-C++1z Feature Support
-^^^^^^^^^^^^^^^^^^^^^
-
-...
-
-Objective-C Language Changes in Clang
--------------------------------------
-
-...
OpenCL C Language Changes in Clang
----------------------------------
@@ -205,30 +155,9 @@ OpenCL C Language Changes in Clang
<https://clang.llvm.org/docs/UsersManual.html#opencl-features>`_ to Clang
documentation.
-OpenMP Support in Clang
-----------------------------------
-
-...
-
-Internal API Changes
---------------------
-
-These are major API changes that have happened since the 3.9 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
-------------
-
-...
-
libclang
--------
-...
-
With the option --show-description, scan-build's list of defects will also
show the description of the defects.
@@ -258,16 +187,6 @@ Several new checks were added:
other Cocoa number objects to scalar values.
-Python Binding Changes
-----------------------
-
-The following methods have been added:
-
-- ...
-
-Significant Known Problems
-==========================
-
Additional Information
======================