[PATCH] D157190: [clang-tidy] Fixed false-negative in readability-identifier-naming

Carlos Galvez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 5 08:14:11 PDT 2023


carlosgalvezp accepted this revision.
carlosgalvezp added a comment.
This revision is now accepted and ready to land.

LGTM, minor question that can be fixed post-review unless you want to discuss further!



================
Comment at: clang-tools-extra/test/clang-tidy/checkers/readability/identifier-naming.cpp:716
+// CHECK-FIXES: {{^}}class CClassWithForwardDecl {
+class class_with_forward_decl {
+  int __value;
----------------
Nit: shouldn't we use also `struct` here? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157190



More information about the cfe-commits mailing list