================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
