[clang-tools-extra] [clang-tidy] Add misc-shadowed-namespace-function check (PR #168406)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 17 11:11:12 PST 2025


================
@@ -0,0 +1,11 @@
+// RUN: %check_clang_tidy %s misc-shadowed-namespace-function %t
----------------
vbvictor wrote:

Please concat all tests cases into one file.
There is no benefit in keeping N small files, but adds only overhead: developers need to go through all files trying to find test-case they want.

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


More information about the cfe-commits mailing list