================
@@ -64,7 +64,7 @@ class VAListChecker : public Checker<check::PreCall, 
check::PreStmt<VAArgExpr>,
     int ParamIndex;
   };
   static const SmallVector<VAListAccepter, 15> VAListAccepters;
-  static const CallDescription VaStart, VaEnd, VaCopy;
+  static const CallDescription VaStart, VaStartC23, VaEnd, VaCopy;
----------------
steakhal wrote:

Could we split out the `VaStart`, `VaStartC23` into a CallDescriptionSet? Given 
that the implementation doesn't care about which of these are matched, it would 
be cleaner that way.

https://github.com/llvm/llvm-project/pull/192024
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to