================ @@ -0,0 +1,63 @@ +.. title:: clang-tidy - misc-shadowed-namespace-function + +misc-shadowed-namespace-function +================================ + +Detects free functions in the global namespace that shadow functions declared +in other namespaces. This check helps prevent accidental shadowing of namespace ---------------- vbvictor wrote:
```suggestion Detects free functions in the global namespace that shadow functions declared in other namespaces. This check helps prevent accidental shadowing of namespace ``` https://github.com/llvm/llvm-project/pull/168406 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
