[clang-tools-extra] 3defc3b - [clang-tidy][NFC] Remove trailing spaces from ReleaseNotes.rst
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 10 05:43:37 PDT 2023
Author: Piotr Zegar
Date: 2023-04-10T12:43:11Z
New Revision: 3defc3b707fb29e64cb90822bbce12d040057357
URL: https://github.com/llvm/llvm-project/commit/3defc3b707fb29e64cb90822bbce12d040057357
DIFF: https://github.com/llvm/llvm-project/commit/3defc3b707fb29e64cb90822bbce12d040057357.diff
LOG: [clang-tidy][NFC] Remove trailing spaces from ReleaseNotes.rst
Cleanup some trailing whitespaces from ReleaseNotes.rst
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 35cdcf7b207f2..64f89dfb6034b 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -302,8 +302,8 @@ Changes in existing checks
``DISABLED_`` in the test suite name.
- Improved :doc:`modernize-concat-nested-namespaces
- <clang-tidy/checks/modernize/concat-nested-namespaces>` to fix incorrect fixes when
- using macro between namespace declarations and false positive when using namespace
+ <clang-tidy/checks/modernize/concat-nested-namespaces>` to fix incorrect fixes when
+ using macro between namespace declarations and false positive when using namespace
with attributes.
- Fixed a false positive in :doc:`performance-no-automatic-move
More information about the cfe-commits
mailing list