[Lldb-commits] [PATCH] D129898: [test] Allow libc++ namespaces besides `__1`

2022-11-29 Thread Jordan Rupprecht via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG7d26f9e1329f: [test] Allow libc++ namespaces besides `__1` (authored by rupprecht). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D129898: [test] Allow libc++ namespaces besides `__1`

2022-11-18 Thread Jordan Rupprecht via Phabricator via lldb-commits
rupprecht added a comment. In D129898#3656303 , @rupprecht wrote: > In D129898#3656268 , @JDevlieghere > wrote: > >> Seems like there's another instance of this in >> `TestForwardDeclFromStdModule.py`. > > Added

[Lldb-commits] [PATCH] D129898: [test] Allow libc++ namespaces besides `__1`

2022-07-15 Thread Jordan Rupprecht via Phabricator via lldb-commits
rupprecht added a comment. In D129898#3656268 , @JDevlieghere wrote: > Seems like there's another instance of this in > `TestForwardDeclFromStdModule.py`. Added that one too. There is also this one: https://github.com/llvm/llvm-project/blob/09531ede6

[Lldb-commits] [PATCH] D129898: [test] Allow libc++ namespaces besides `__1`

2022-07-15 Thread Jordan Rupprecht via Phabricator via lldb-commits
rupprecht updated this revision to Diff 445115. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D129898/new/ https://reviews.llvm.org/D129898 Files: lldb/test/API/commands/expression/import-std-module/forward_decl_from_module/TestForwardDeclFromStdM

[Lldb-commits] [PATCH] D129898: [test] Allow libc++ namespaces besides `__1`

2022-07-15 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. Seems like there's another instance of this in `TestForwardDeclFromStdModule.py`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D129898/new/ https://reviews.llvm.org/D129898 ___

[Lldb-commits] [PATCH] D129898: [test] Allow libc++ namespaces besides `__1`

2022-07-15 Thread Jordan Rupprecht via Phabricator via lldb-commits
rupprecht created this revision. Herald added a project: All. rupprecht requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. The libc++ data formatter for `std::shared_ptr` allows any namespace, but the test asserts that it must be the default