Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify diagnostics for \x, \u, and \U without any following hex digits. | Jordan Rose | 2013-01-24 | 1 | -1/+1 |
* | Improve diagnostics for UCNs referring to control characters and members of the | Richard Smith | 2012-03-09 | 1 | -2/+1 |
* | Add basic type checking of format string conversion specifiers and their argu... | Ted Kremenek | 2010-01-30 | 1 | -2/+2 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Don't #include <stdio.h> when tests don't need it, or use clang instead of cl... | Daniel Dunbar | 2009-11-17 | 1 | -1/+1 |
* | Incorporate feedback from Eli. | Steve Naroff | 2009-03-31 | 1 | -0/+2 |
* | Implement UCN support for C string literals (C99 6.4.3) and add some very bas... | Steve Naroff | 2009-03-30 | 1 | -0/+15 |