================
@@ -1140,6 +1139,37 @@ static bool ProcessFormatStringLiteral(const Expr
*FormatExpr,
return false;
}
+static const UnaryExprOrTypeTraitExpr *getAsSizeOfExpr(const Expr *E) {
----------------
BgZun wrote:
In my newest commit I moved the diagnostics from CheckMemaccessArguments to its
own function. Then used it here
https://github.com/llvm/llvm-project/pull/170637
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits