| 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 | ||||
| * | Integers which are too large should be an error. | Eli Friedman | 2013-07-23 | 1 | -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 Weber | 2011-11-14 | 1 | -0/+5 |
| | | | | | llvm-svn: 144521 | ||||
| * | Don't depend on system includes in test. | Eli Friedman | 2011-11-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 143426 | ||||
| * | Tests for UTF-8 encoding in strings in source code. Patch by Seth Cantrell. | Eli Friedman | 2011-11-01 | 1 | -0/+58 |
| llvm-svn: 143418 | |||||

