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