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

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 21 06:54:05 PST 2025


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

```suggestion
// RUN: %check_clang_tidy %s -std=c++98-or-later misc-shadowed-namespace-function %t
```

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


More information about the cfe-commits mailing list