summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-12-20 22:14:38 +0000
committerBill Wendling <isanbard@gmail.com>2013-12-20 22:14:38 +0000
commit82d0aac8b0bb085e9d4e9682d45b01bac4994603 (patch)
treee19384378b4bd825ce9c914364d4e544fff4b29a /docs/ReleaseNotes.rst
parent2ca55e9ced49ee958be65020998e95c6019e42ab (diff)
downloadllvm-82d0aac8b0bb085e9d4e9682d45b01bac4994603.tar.gz
llvm-82d0aac8b0bb085e9d4e9682d45b01bac4994603.tar.bz2
llvm-82d0aac8b0bb085e9d4e9682d45b01bac4994603.tar.xz
Remove help notes from the ReleaseNotes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@197840 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 7e1da0e578..0874f3a3c5 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -28,13 +28,6 @@ page <http://llvm.org/releases/>`_.
Non-comprehensive list of changes in this release
=================================================
-.. NOTE
- For small 1-3 sentence descriptions, just add an entry at the end of
- this list. If your description won't fit comfortably in one bullet
- point (e.g. maybe you would like to give an example of the
- functionality, or simply have a lot to talk about), see the `NOTE` below
- for adding a new subsection.
-
* This is expected to be the last release of LLVM which compiles using a C++98
toolchain. We expect to start using some C++11 features in LLVM and other
sub-projects starting after this release. That said, we are committed to
@@ -87,18 +80,6 @@ Non-comprehensive list of changes in this release
* OCaml bindings have been significantly extended to cover almost all of the
LLVM libraries.
-* ... next change ...
-
-.. NOTE
- If you would like to document a larger change, then you can add a
- subsection about it right here. You can copy the following boilerplate
- and un-indent it (the indentation causes it to be inside this comment).
-
- Special New Feature
- -------------------
-
- Makes programs 10x faster by doing Special New Thing.
-
Mips Target
-----------
@@ -265,4 +246,3 @@ going into the ``llvm/docs/`` directory in the LLVM tree.
If you have any questions or comments about LLVM, please feel free to contact
us via the `mailing lists <http://llvm.org/docs/#maillist>`_.
-