From 39bbbc2c2a2442f1a612fac27efc8a5cb77fe61a Mon Sep 17 00:00:00 2001 From: Whisperity Date: Thu, 12 Aug 2021 10:41:46 +0200 Subject: [PATCH] [clang-tidy][docs] Remove the entry about 'cppcoreguidelines-init-variables' from the release notes The patch in http://reviews.llvm.org/D106431 landed in commit 4a097efe7784767b7d12ffcb8f2b22b9f4d045e2 to the main branch. However, this patch was also backported to upcoming release 13.0.0 in commit 8dcdfc0de84f60b5b4af97ac5b357881af55bc6e, which makes this entry in the release notes **NOT** a new thing for the purposes of 14.0.0. --- clang-tools-extra/docs/ReleaseNotes.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index ae96b2b..afa685d 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -78,12 +78,6 @@ New check aliases Changes in existing checks ^^^^^^^^^^^^^^^^^^^^^^^^^^ -- Improved :doc:`cppcoreguidelines-init-variables` check. - - Removed generating fixes for enums because the code generated was broken, trying to initialize the enum from an integer. - - The check now also warns for uninitialized scoped enums. - Removed checks ^^^^^^^^^^^^^^ -- 2.7.4