| commit | 605b0113f3be459c2681b4bb504c76ede8d0cbd9 | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Fri Jan 29 23:32:22 2010 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Fri Jan 29 23:32:22 2010 +0000 |
| tree | 5eb86da8dcafbbc603086d07ff5cbfcc4dc4533b | |
| parent | 34a6afc68d32d5f0fac5112ad102fee5cebb0067 [diff] |
Be a little more permissive than C99: allow 'unsigned' to be used for the field width and precision of a format specifier instead of just 'int'. This matches GCC, and fixes <rdar://problem/6079850>. llvm-svn: 94856