[PATCH] D89407: [clang-tidy] Add scoped enum constants to identifier naming check

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 15 04:26:37 PDT 2020


njames93 updated this revision to Diff 298349.
njames93 added a comment.

Removed runtime check in release mode that EnumConstant DeclContext is a EnumDecl


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89407

Files:
  clang-tools-extra/clang-tidy/readability/IdentifierNamingCheck.cpp
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/readability-identifier-naming.rst
  clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89407.298349.patch
Type: text/x-patch
Size: 5531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201015/f6531bd3/attachment.bin>


More information about the cfe-commits mailing list