summaryrefslogtreecommitdiffstats
path: root/test/Lexer/c90.c
Commit message (Expand)AuthorAgeFilesLines
* 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