[clang-tools-extra] [clang-tidy] Fix `DefaultHungarianPrefix` for incomplete classes in `readability-identifier-naming` (PR #215734)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 11 23:23:19 PDT 2026
================
@@ -581,6 +581,10 @@ INDEX iIndex = 0;
//===----------------------------------------------------------------------===//
// Class
//===----------------------------------------------------------------------===//
+class Incomplete;
----------------
zeyi2 wrote:
Reproducer here: https://clang-tidy.godbolt.org/z/EMfxT7vh1
https://github.com/llvm/llvm-project/pull/215734
More information about the cfe-commits
mailing list