[PATCH] D106431: [clang-tidy] Fix cppcoreguidelines-init-variables by removing the enum FixIt, and add support for initialization check of scoped enum.
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 28 02:32:36 PDT 2021
whisperity added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:156
+
+ Added support for initialization check of the scoped enum
+
----------------
Unterminated sequence. Also, where is this feature implemented?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106431/new/
https://reviews.llvm.org/D106431
More information about the cfe-commits
mailing list