[PATCH] D125622: [clang-tidy] Reject invalid enum initializers in C files
Richard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 27 17:43:27 PDT 2022
LegalizeAdulthood updated this revision to Diff 432675.
LegalizeAdulthood marked an inline comment as done.
LegalizeAdulthood added a comment.
- Update from review comments
- Disallow operator, unless inside parentheses
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125622/new/
https://reviews.llvm.org/D125622
Files:
clang-tools-extra/clang-tidy/modernize/IntegralLiteralExpressionMatcher.cpp
clang-tools-extra/clang-tidy/modernize/IntegralLiteralExpressionMatcher.h
clang-tools-extra/clang-tidy/modernize/MacroToEnumCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/modernize-macro-to-enum.c
clang-tools-extra/test/clang-tidy/checkers/modernize-macro-to-enum.cpp
clang-tools-extra/unittests/clang-tidy/ModernizeModuleTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125622.432675.patch
Type: text/x-patch
Size: 17117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220528/d123d54b/attachment.bin>
More information about the cfe-commits
mailing list