[lldb] [clang] fixing issue #64441 (PR #74814)
Jeevan Ghimire via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 8 00:21:58 PST 2023
================
@@ -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
More information about the cfe-commits
mailing list