================
@@ -3043,6 +3043,9 @@ class Sema final : public SemaBase {
void CheckMemaccessArguments(const CallExpr *Call, unsigned BId,
IdentifierInfo *FnName);
+ bool CheckSizeOfExpression(const Expr *SizeOfArg, const Expr *Dest,
----------------
ojhunt wrote:
Ok I think this is the last possible nit - `CheckSizeofMemaccessArgument` I
think makes it clearer that this is what we're checking sizeof for :D
https://github.com/llvm/llvm-project/pull/170637
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits