Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix FileCheck --check-prefix lines. | Tim Northover | 2013-08-12 | 1 | -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 encodings | Seth Cantrell | 2012-01-21 | 1 | -3/+17 |
| | | | | | | and fix typo llvm-svn: 148603 | ||||
* | Add and update tests for character literals | Seth Cantrell | 2012-01-18 | 1 | -33/+16 |
| | | | | llvm-svn: 148392 | ||||
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | This patch makes the string/character literal tests run in C, | Douglas Gregor | 2011-07-29 | 1 | -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 Gregor | 2011-07-27 | 1 | -2/+42 |
| | | | | llvm-svn: 136210 | ||||
* | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129559 | ||||
* | Add support for UCNs for character literals | Nico Weber | 2010-10-09 | 1 | -0/+35 |
llvm-svn: 116129 |