================
@@ -4361,6 +4361,21 @@ Sema::PerformImplicitConversion(Expr *From, QualType 
ToType,
   return From;
 }
 
+// GetIntermediateVectorType - Compute the intermediate cast type casting
+// elements of the from type to the elements of the to type without resizing 
the
+// vector.
+static QualType adjustVectorType(ASTContext &Context, QualType FromTy,
----------------
bogner wrote:

Looks like you renamed this function after writing the doc comment.

In any case, we generally don't repeat the function name in the doc comment any 
more, and these should be `///` comments for them to show up on the doxygen page

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

Reply via email to