[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
4a097efe77 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.
This commit is contained in:
Whisperity 2021-08-12 10:41:46 +02:00
parent 45934922fa
commit 39bbbc2c2a
1 changed files with 0 additions and 6 deletions

View 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
^^^^^^^^^^^^^^