[clang-tools-extra] [clangd] Make inline friend functions appear in document symbols (PR #150629)

Christian Kandeler via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 28 06:41:41 PDT 2025


================
@@ -391,6 +392,16 @@ class DocumentOutline {
         D = TD;
     }
 
+    // Friend declarations should be traversed if and only if
+    // they are also defined here.
----------------
ckandeler wrote:

Done

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


More information about the cfe-commits mailing list