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

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 14 05:20:48 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
----------------
Michael137 wrote:

Should we replace `\param` here (and other places around the patch) with `\c` (or `\ref`)? IIUC `\param` is just used to start a parameter description.

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


More information about the lldb-commits mailing list