[llvm-branch-commits] [clang-tools-extra-branch] r311721 - ReleaseNotes: remove boilerplate
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 24 15:43:29 PDT 2017
Author: hans
Date: Thu Aug 24 15:43:29 2017
New Revision: 311721
URL: http://llvm.org/viewvc/llvm-project?rev=311721&view=rev
Log:
ReleaseNotes: remove boilerplate
Modified:
clang-tools-extra/branches/release_50/docs/ReleaseNotes.rst
Modified: clang-tools-extra/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/branches/release_50/docs/ReleaseNotes.rst?rev=311721&r1=311720&r2=311721&view=diff
==============================================================================
--- clang-tools-extra/branches/release_50/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/branches/release_50/docs/ReleaseNotes.rst Thu Aug 24 15:43:29 2017
@@ -29,25 +29,6 @@ see the `releases page <http://llvm.org/
What's New in Extra Clang Tools 5.0.0?
======================================
-Some of the major new features and improvements to Extra Clang Tools are listed
-here. Generic improvements to Extra Clang Tools as a whole or to its underlying
-infrastructure are described first, followed by tool-specific sections.
-
-Major New Features
-------------------
-
-...
-
-Improvements to clang-query
----------------------------
-
-The improvements are...
-
-Improvements to clang-rename
-----------------------------
-
-The improvements are...
-
Improvements to clang-tidy
--------------------------
@@ -171,13 +152,3 @@ Improvements to clang-tidy
Adds checks that implement the `High Integrity C++ Coding Standard <http://www.codingstandard.com/section/index/>`_ and other safety
standards. Many checks are aliased to other modules.
-
-Improvements to include-fixer
------------------------------
-
-The improvements are...
-
-Improvements to modularize
---------------------------
-
-The improvements are...
More information about the llvm-branch-commits
mailing list