[Lldb-commits] [lldb] [LLDB] Update DIL to pass current 'frame var' tests. (PR #145055)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 23 02:30:08 PDT 2025
https://github.com/labath commented:
If the test you found the anonymous namespace issue it is explicitly testing the handling of anonymous namespaces, then this is fine. However, if it's doing that as a side-effect of testing something else, then it may be nice to have an explicit test case for it. (Particularly as the anonymous namespace thing can appear in other positions as well (`ns1::(anonymous namespace)::foo`, `(anonymous namespace)::ns::(anonymous namespace)::foo`, etc.)
https://github.com/llvm/llvm-project/pull/145055
More information about the lldb-commits
mailing list