[clang-tools-extra] [clang-tidy] Fix crash in readability-identifier-naming with forward-… (PR #219769)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 30 05:28:03 PDT 2026


================
@@ -0,0 +1,16 @@
+// RUN: %check_clang_tidy %s readability-identifier-naming %t
----------------
zeyi2 wrote:

Please move the test into the existing test file and remove the overly verbose comments.

https://github.com/llvm/llvm-project/pull/219769


More information about the cfe-commits mailing list