[PATCH] D106431: [clang-tidy] Fix cppcoreguidelines-init-variables by removing the enum FixIt, and add support for initialization check of scoped enum.

gehry via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 29 00:59:54 PDT 2021


Sockke updated this revision to Diff 362663.
Sockke added a comment.

You made it very clear, thanks a lot! @whisperity


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106431/new/

https://reviews.llvm.org/D106431

Files:
  clang-tools-extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines-init-variables.rst
  clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-init-variables.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106431.362663.patch
Type: text/x-patch
Size: 4422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210729/ec467c8c/attachment.bin>


More information about the cfe-commits mailing list