[clang-tidy][docs] Remove the entry about 'cppcoreguidelines-init-variables' from...
authorWhisperity <whisperity@gmail.com>
Thu, 12 Aug 2021 08:41:46 +0000 (10:41 +0200)
committerWhisperity <whisperity@gmail.com>
Thu, 12 Aug 2021 08:41:46 +0000 (10:41 +0200)
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

index ae96b2b..afa685d 100644 (file)
@@ -78,12 +78,6 @@ New check aliases
 Changes in existing checks
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- Improved :doc:`cppcoreguidelines-init-variables<clang-tidy/checks/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
 ^^^^^^^^^^^^^^