[Lldb-commits] [clang] [lldb] [C++20] [Modules] Support module level lookup (PR #122887)

Chuanqi Xu via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 14 06:31:05 PST 2025


================
@@ -2711,6 +2715,12 @@ class DeclContext {
                    bool Deserialize = false) const;
 
 private:
+  /// Lookup all external visible declarations and the external declarations
+  /// within the same module specified by \param NamedModule. We can't
----------------
ChuanqiXu9 wrote:

Done

https://github.com/llvm/llvm-project/pull/122887


More information about the lldb-commits mailing list