summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx0x-defaulted-templates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch ↵Eli Friedman2011-06-131-6/+6
| | | | | | 1 of 3 or so. llvm-svn: 132945
* Delete the extraneous return statement that was causing my earlierAlexis Hunt2011-05-231-0/+19
issues and also add a test. We should now handle defaulted members of templates properly. No comment as to whether or not this also holds for templated functions, but defaulting those is kind of insane. llvm-svn: 131938
OpenPOWER on IntegriCloud