summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/char-literal.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
* add tests for wide character encodingsSeth Cantrell2012-01-211-3/+17
| | | | | | and fix typo llvm-svn: 148603
* Add and update tests for character literalsSeth Cantrell2012-01-181-33/+16
| | | | llvm-svn: 148392
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* This patch makes the string/character literal tests run in C,Douglas Gregor2011-07-291-21/+39
| | | | | | C++98/03, and C++0x mode, from Craig Topper! llvm-svn: 136443
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-2/+42
| | | | llvm-svn: 136210
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
| | | | | | Luis Felipe Strano Moraes! llvm-svn: 129559
* Add support for UCNs for character literalsNico Weber2010-10-091-0/+35
llvm-svn: 116129
OpenPOWER on IntegriCloud