History log of /external/clang/test/CodeGenCXX/cxx0x-initializer-references.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1b76fbc5b711efc03c1fe924db6756ec1590577a 11-Sep-2012 David Blaikie <dblaikie@gmail.com> Provide fixed target triples to make test results consistent across ARM hosts.

Patch by David Tweed, review by myself and John McCall.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163564 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/cxx0x-initializer-references.cpp
13ec9100ca6bc03b5ce8832e4a0fcb724d47bcb1 14-May-2012 Richard Smith <richard-llvm@metafoo.co.uk> Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and the
expression is treated as an lvalue.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156781 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/cxx0x-initializer-references.cpp
13dc8f98f6108dca8aaa9721567ed5a2d9911e0f 27-Nov-2011 Sebastian Redl <sebastian.redl@getdesigned.at> Reference initialization with initializer lists.

This supports single-element initializer lists for references according to DR1288, as well as creating temporaries and binding to them for other initializer lists.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145186 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/cxx0x-initializer-references.cpp