Michael137 added a comment.

In D147436#4241975 <https://reviews.llvm.org/D147436#4241975>, @aprantl wrote:

> Just out of curiosity:
>
>   namespace A {
>   namespace B {
>   namespace C {
>   struct Bar {};
>   }
>   }
>   }
>   
>   namespace B {
>   namespace C {
>   struct Foo {};
>   }
>   }
>
> Does this work?
>
>   (lldb) expr C::Foo f

Yup that does currently work. With this patch it wouldn't anymore


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147436/new/

https://reviews.llvm.org/D147436

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to