================
@@ -410,8 +447,17 @@ class ASTNodeTraverser
     Visit(T->getSizeExpr());
   }
   void VisitVectorType(const VectorType *T) { Visit(T->getElementType()); }
-  void VisitFunctionType(const FunctionType *T) { Visit(T->getReturnType()); }
+  void VisitFunctionType(const FunctionType *T) {
+    // SEI: add functionDetails, incl. return type
----------------
AaronBallman wrote:

```suggestion
```

https://github.com/llvm/llvm-project/pull/111705
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to