[clang-tools-extra] [clangd] Let DefineOutline tweak handle member function templates (PR #112345)

Christian Kandeler via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 18 04:11:51 PST 2024


================
@@ -443,13 +461,26 @@ class DefineOutline : public Tweak {
         SameFile = true;
 
         // Bail out if the template parameter is unnamed.
+        // FIXME: Is this really needed? It inhibits application on
----------------
ckandeler wrote:

I've moved the comment down to the function template part.

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


More information about the cfe-commits mailing list