[llvm-branch-commits] [llvm-branch] r197840 - Remove help notes from the ReleaseNotes.
Bill Wendling
isanbard at gmail.com
Fri Dec 20 14:14:39 PST 2013
Author: void
Date: Fri Dec 20 16:14:38 2013
New Revision: 197840
URL: http://llvm.org/viewvc/llvm-project?rev=197840&view=rev
Log:
Remove help notes from the ReleaseNotes.
Modified:
llvm/branches/release_34/docs/ReleaseNotes.rst
Modified: llvm/branches/release_34/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_34/docs/ReleaseNotes.rst?rev=197840&r1=197839&r2=197840&view=diff
==============================================================================
--- llvm/branches/release_34/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_34/docs/ReleaseNotes.rst Fri Dec 20 16:14:38 2013
@@ -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 thi
* 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
If you have any questions or comments about LLVM, please feel free to contact
us via the `mailing lists <http://llvm.org/docs/#maillist>`_.
-
More information about the llvm-branch-commits
mailing list