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