Michael Buch
30f5240905
[lldb][Modules] Make decls from submodules visible for name lookup ( #143098 )
...
This patch ensures we can find decls in submodules during expression
evaluation. Previously, submodules would have all their decls marked as
`Hidden`. When Clang asked LLDB for decls, it would see them in the
submodule but `clang::Sema` would reject them because they weren't
`Visible` (specifically, `getAcceptableDecl` would fail during
`CppNameLookup`). Here we just mark the submodule as visible to work
around this problem.
2025-06-06 17:17:00 +01:00
..
2025-05-10 10:44:04 -07:00
2025-05-14 11:21:42 -07:00
2024-08-20 18:40:54 +01:00
2025-01-17 12:46:00 +08:00
2025-05-21 12:03:58 -07:00
2024-08-06 21:41:59 +01:00
2025-05-02 14:20:14 +02:00
2025-05-02 14:20:14 +02:00
2025-05-21 12:03:58 -07:00
2025-01-17 12:46:00 +08:00
2024-09-27 16:09:52 -07:00
2025-06-03 23:37:39 +01:00
2025-05-28 16:36:48 +01:00
2023-05-23 13:39:43 -05:00
2023-06-14 22:04:43 -07:00
2025-05-29 23:13:30 -07:00
2024-08-02 18:13:35 +01:00
2025-05-22 12:52:03 -07:00
2024-10-24 20:20:48 -07:00
2024-10-24 20:20:48 -07:00
2023-05-23 13:39:43 -05:00
2025-01-17 12:46:00 +08:00
2025-01-17 12:46:00 +08:00
2024-10-24 20:20:48 -07:00
2024-10-24 20:20:48 -07:00
2024-08-26 14:49:56 -03:00
2025-06-06 17:17:00 +01:00
2023-05-23 13:39:43 -05:00
2023-05-23 13:39:43 -05:00
2025-06-02 09:39:56 +02:00
2024-09-27 16:09:52 -07:00
2025-05-21 12:03:58 -07:00
2024-05-03 09:25:38 -07:00
2023-05-23 13:39:43 -05:00
2025-06-04 11:33:37 +02:00
2024-07-09 14:22:33 +02:00
2023-05-04 22:00:17 -07:00
2025-03-28 19:54:30 -07:00
2025-04-01 23:27:29 +00:00
2023-03-21 19:05:23 +01:00
2025-04-01 23:27:29 +00:00
2024-08-12 21:46:47 +03:00
2025-05-21 12:03:58 -07:00
2025-05-28 16:36:48 +01:00