summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx0x-initializer-references.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie2012-09-101-3/+3
| | | | | | Patch by David Tweed, review by myself and John McCall. llvm-svn: 163564
* Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and theRichard Smith2012-05-141-0/+4
| | | | | | expression is treated as an lvalue. llvm-svn: 156781
* Reference initialization with initializer lists.Sebastian Redl2011-11-271-0/+69
This supports single-element initializer lists for references according to DR1288, as well as creating temporaries and binding to them for other initializer lists. llvm-svn: 145186
OpenPOWER on IntegriCloud