Age | Commit message (Expand) | Author |
---|---|---|
2013-01-28 | PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing. | Jordan Rose |
2013-01-27 | PR15067: Don't assert when a UCN appears in a C90 file. | Jordan Rose |
2012-06-15 | PR12717: Clang supports hexadecimal floating-point literals in all language | Richard Smith |
2010-10-09 | Add support for UCNs for character literals | Nico Weber |
2010-10-06 | Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode. | Nico Weber |
2010-07-20 | Complain when string literals are too long for the active language | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-01-16 | Fix PR2477 - clang misparses "//*" in C89 mode | Chris Lattner |
2008-07-25 | update this testcase. | Chris Lattner |
2007-11-14 | Fix a bug handling hex floats in c90 mode, pointed out by Neil. | Chris Lattner |