summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/variadic-templates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-2/+2
| | | | | | tests fail. llvm-svn: 188447
* 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
* When tree-transforming an expression sequence, always flag expandedJohn McCall2011-07-061-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 caseDouglas Gregor2011-01-131-1/+1
| | | | llvm-svn: 123382
* Add IR generation support for SizeOfPackExpr.Douglas Gregor2011-01-121-0/+12
llvm-svn: 123332
OpenPOWER on IntegriCloud