| commit | 58fc8082a89f51a7cec210fa57c301bcb754aef0 | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Tue Jan 29 20:49:54 2019 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Tue Jan 29 20:49:54 2019 +0000 |
| tree | 97dfdac10ccd9f336e77f49ad32a2f93b2588e22 | |
| parent | 297afb14ec82180021aa1b2f02abd3c8c5e4c475 [diff] |
OpenCL: Use length modifier for warning on vector printf arguments Re-enable format string warnings on printf. The warnings are still incomplete. Apparently it is undefined to use a vector specifier without a length modifier, which is not currently warned on. Additionally, type warnings appear to not be working with the hh modifier, and aren't warning on all of the special restrictions from c99 printf. llvm-svn: 352540