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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
