balazske added inline comments.
================ Comment at: clang-tools-extra/test/clang-tidy/checkers/readability-redundant-using.cpp:114 +// CHECK-FIXES: {{^}} +} // namespace n11 ---------------- Add more tests? ``` namespace outer { namespace inner { void func(); } // namespace inner using inner::func(); } // namespace outer using namespace outer; using namespace inner; ``` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D97361/new/ https://reviews.llvm.org/D97361 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits