================ @@ -56,10 +56,10 @@ namespace Foo = A::B; // namespace alias using Foo::myfunc; // using declaration -using namespace Foo; // using directive +//removing namespace foo; for quality naming ---------------- jeevanghimire wrote:
but it can create confusion if we just name the qualified lookup with standard naming it will make more sense https://github.com/llvm/llvm-project/pull/74814 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits