diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-08-30 18:38:40 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-08-30 18:38:40 +0000 |
commit | df7de197491df18b68afe501673e5439cc210d6d (patch) | |
tree | b532efae112587aaa9bcfcc4f51fbff6df0d1ce9 | |
parent | 8ecb8673fa2177537ac1aa9c75e7fb0e3f67ef6e (diff) | |
download | llvm-df7de197491df18b68afe501673e5439cc210d6d.zip llvm-df7de197491df18b68afe501673e5439cc210d6d.tar.gz llvm-df7de197491df18b68afe501673e5439cc210d6d.tar.bz2 |
ReleaseNotes: remove another in-progress warning
llvm-svn: 312153
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index a3b06200..7ca8503 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -21,11 +21,6 @@ For more information about Clang or LLVM, including information about the latest release, please see the `Clang Web Site <http://clang.llvm.org>`_ or the `LLVM Web Site <http://llvm.org>`_. -Note that if you are reading this file from a Subversion checkout or the -main Clang web page, this document applies to the *next* release, not -the current one. To see the release notes for a specific release, please -see the `releases page <http://llvm.org/releases/>`_. - What's New in Extra Clang Tools 5.0.0? ====================================== |