[PATCH] D52412: OpenCL: Mark printf format string argument

James Price via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 6 11:23:13 PDT 2018


jprice added a comment.

This change has caused Clang to start emitting erroneous warnings when using OpenCL's vector specifier, e.g. "%v4f", which doesn't seem to be covered by the format string analysis.


https://reviews.llvm.org/D52412





More information about the cfe-commits mailing list