Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to green test/Sema/format-strings.c on Win bots | Hans Wennborg | 2014-09-07 | 1 | -2/+6 |
| | | | | llvm-svn: 217327 | ||||
* | Format strings: %Ld isn't available on Darwin or Windows. | Jordan Rose | 2012-09-08 | 1 | -0/+55 |
This seems to be a GNU libc extension; we offer a fixit to %lld on these platforms. <rdar://problem/11518237> llvm-svn: 163452 |