Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MS format strings: parse the 'Z' printf conversion specifier (PR20808) | Hans Wennborg | 2014-09-07 | 1 | -1/+11 |
| | | | | llvm-svn: 217326 | ||||
* | MS format strings: allow the 'h' length modifier with C, C, s and S (PR20808) | Hans Wennborg | 2014-09-04 | 1 | -0/+12 |
| | | | | llvm-svn: 217196 | ||||
* | MS format strings: support the 'w' length modifier (PR20808) | Hans Wennborg | 2014-09-04 | 1 | -13/+54 |
| | | | | llvm-svn: 217195 | ||||
* | PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus | Richard Smith | 2014-07-19 | 1 | -1/+1 |
| | | | | | | | | ExtWarn/Warnings. Mostly the name of the warning was changed to match the semantics, but in the PR20356 cases, the warning was about valid code, so the diagnostic was changed from ExtWarn to Warning instead. llvm-svn: 213443 | ||||
* | Typo. | David Majnemer | 2013-08-22 | 1 | -2/+2 |
| | | | | llvm-svn: 188996 | ||||
* | Analysis: Make %I in printf more reasonable, add more tests | David Majnemer | 2013-08-22 | 1 | -1/+17 |
| | | | | llvm-svn: 188992 | ||||
* | Analysis: Add support for MS specific printf format specifiers | David Majnemer | 2013-08-21 | 1 | -0/+9 |
Summary: Adds support for %I, %I32 and %I64. Reviewers: hans, jordan_rose, rnk, majnemer Reviewed By: majnemer CC: cfe-commits, cdavis5x Differential Revision: http://llvm-reviews.chandlerc.com/D1456 llvm-svn: 188937 |