aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/cxx0x-initializer-references.cpp
AgeCommit message (Expand)Author
2012-09-10Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie
2012-05-14Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and theRichard Smith
2011-11-27Reference initialization with initializer lists.Sebastian Redl