================
@@ -58,8 +59,9 @@ class RequiredArgs {
   }
 
   static RequiredArgs
-  forPrototypePlus(clang::CanQual<clang::FunctionProtoType> prototype) {
-    return forPrototypePlus(prototype.getTypePtr());
+  forPrototypePlus(clang::CanQual<clang::FunctionProtoType> prototype,
----------------
erichkeane wrote:

Ok, that name still doesn't really make sense?  `for-prototype-plus`?  A 
prototype of a `for`?  And `plus` what?  

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

Reply via email to