Author: Whisperity Date: 2021-08-12T10:41:46+02:00 New Revision: 39bbbc2c2a2442f1a612fac27efc8a5cb77fe61a
URL: https://github.com/llvm/llvm-project/commit/39bbbc2c2a2442f1a612fac27efc8a5cb77fe61a DIFF: https://github.com/llvm/llvm-project/commit/39bbbc2c2a2442f1a612fac27efc8a5cb77fe61a.diff LOG: [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. 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 ae96b2bcf868..afa685d1fbdd 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<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 ^^^^^^^^^^^^^^ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits