Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -2/+2 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | 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 | ||||
* | When tree-transforming an expression sequence, always flag expanded | John McCall | 2011-07-06 | 1 | -0/+11 |
| | | | | | | | | | | variadic argument pack expansions as having changed, rather than doing it for each changed expansion, which leaves out zero-argument packs with catastrophic consequences. Fixes PR10260. llvm-svn: 134483 | ||||
* | Fix a test case | Douglas Gregor | 2011-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 123382 | ||||
* | Add IR generation support for SizeOfPackExpr. | Douglas Gregor | 2011-01-12 | 1 | -0/+12 |
llvm-svn: 123332 |