[clang-tools-extra] 0de262d - Move this release note to its appropriate location; NFC.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 30 10:48:50 PDT 2019
Author: Aaron Ballman
Date: 2019-10-30T13:48:26-04:00
New Revision: 0de262d7189c68897e8328d891d3daaf3aab3156
URL: https://github.com/llvm/llvm-project/commit/0de262d7189c68897e8328d891d3daaf3aab3156
DIFF: https://github.com/llvm/llvm-project/commit/0de262d7189c68897e8328d891d3daaf3aab3156.diff
LOG: Move this release note to its appropriate location; NFC.
Added:
Modified:
clang-tools-extra/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index d2819258f17e..e6ef3cd5af0d 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -130,17 +130,17 @@ Improvements to clang-tidy
- The 'objc-avoid-spinlock' check was renamed to :doc:`darwin-avoid-spinlock
<clang-tidy/checks/darwin-avoid-spinlock>`
-Improvements to include-fixer
------------------------------
-
-The improvements are...
-
- New :doc:`readability-redundant-access-specifiers
<clang-tidy/checks/readability-redundant-access-specifiers>` check.
Finds classes, structs, and unions that contain redundant member
access specifiers.
+Improvements to include-fixer
+-----------------------------
+
+The improvements are...
+
Improvements to clang-include-fixer
-----------------------------------
More information about the cfe-commits
mailing list