[clang-tools-extra] [clang] remove ClassScopeFunctionSpecializationDecl (PR #66636)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 2 05:16:54 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
----------------
AaronBallman wrote:

Agreed, I think we should remove the FIXME and do the traversal.

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


More information about the cfe-commits mailing list