Skip to content

Commit 39bbbc2

Browse files
committed
[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 4a097ef to the main branch. However, this patch was also backported to upcoming release 13.0.0 in commit 8dcdfc0, which makes this entry in the release notes **NOT** a new thing for the purposes of 14.0.0.
1 parent 4593492 commit 39bbbc2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ New check aliases
7878
Changes in existing checks
7979
^^^^^^^^^^^^^^^^^^^^^^^^^^
8080

81-
- Improved :doc:`cppcoreguidelines-init-variables<clang-tidy/checks/cppcoreguidelines-init-variables>` check.
82-
83-
Removed generating fixes for enums because the code generated was broken, trying to initialize the enum from an integer.
84-
85-
The check now also warns for uninitialized scoped enums.
86-
8781
Removed checks
8882
^^^^^^^^^^^^^^
8983

0 commit comments

Comments
 (0)