summaryrefslogtreecommitdiff
path: root/test/Lexer/c90.c
Commit message (Expand)AuthorAgeFilesLines
* PR15067 (again): Don't warn about UCNs in C90 if we're raw-lexing.Jordan Rose2013-01-281-0/+3
* PR15067: Don't assert when a UCN appears in a C90 file.Jordan Rose2013-01-271-2/+4
* PR12717: Clang supports hexadecimal floating-point literals in all languageRichard Smith2012-06-151-0/+7
* Add support for UCNs for character literalsNico Weber2010-10-091-0/+1
* Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode.Nico Weber2010-10-061-0/+4
* Complain when string literals are too long for the active languageDouglas Gregor2010-07-201-0/+16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix PR2477 - clang misparses "//*" in C89 modeChris Lattner2009-01-161-0/+7
* update this testcase.Chris Lattner2008-07-251-2/+3
* Fix a bug handling hex floats in c90 mode, pointed out by Neil.Chris Lattner2007-11-141-0/+5