[clang] [clang] remove ClassScopeFunctionSpecializationDecl (PR #66636)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 18 08:36:18 PDT 2023


================
@@ -2154,6 +2144,15 @@ bool RecursiveASTVisitor<Derived>::TraverseFunctionHelper(FunctionDecl *D) {
                                                   TALI->NumTemplateArgs));
       }
     }
+    // FIXME: Do we want to traverse the explicit template arguments for
----------------
erichkeane wrote:

I don't have a great idea here... what do we do with other explicit template arguments?  My knee-jerk is 'yes'? 

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


More information about the cfe-commits mailing list