summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/string-literal-unicode-conversion.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-3/+3
| | | | | | | | | | Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188174
* Integers which are too large should be an error.Eli Friedman2013-07-231-2/+3
| | | | | | | | Switch some warnings over to errors which should never have been warnings in the first place. (Also, a minor fix to the preprocessor rules for integer literals while I'm here.) llvm-svn: 186903
* Fix a regression in wide character codegen. See PR11369.Nico Weber2011-11-141-0/+5
| | | | llvm-svn: 144521
* Don't depend on system includes in test.Eli Friedman2011-11-011-1/+1
| | | | llvm-svn: 143426
* Tests for UTF-8 encoding in strings in source code. Patch by Seth Cantrell.Eli Friedman2011-11-011-0/+58
llvm-svn: 143418
OpenPOWER on IntegriCloud