[PATCH] D135513: [clang][Interp] Check instance pointers before calling functions on them
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 10 21:56:41 PDT 2022
tbaeder added inline comments.
================
Comment at: clang/lib/AST/Interp/Interp.h:1166
+ // TODO: CheckCallable
+ }
+
----------------
I think this is okay to do for now, but in the long run we need to check *all* the parameters passed to function calls...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135513/new/
https://reviews.llvm.org/D135513
More information about the cfe-commits
mailing list