aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
AgeCommit message (Expand)Author
2013-04-14CodeGen support for function-local static thread_local variables withRichard Smith
2013-04-06<rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...Douglas Gregor
2012-09-10Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie
2012-03-05If the element type of an initializer list has a destructor, make sure we che...Sebastian Redl
2012-02-25CodeGen support for global variables of type std::initializer_list<X>.Sebastian Redl
2012-02-19Harden test against for operator new(unsigned int).Benjamin Kramer
2012-02-19Make heap-allocation of std::initializer_list 'work'.Sebastian Redl
2012-02-19Make std::initializer_list member initializers 'work'.Sebastian Redl
2012-02-19Get recursive initializer lists to work and add a test. Codegen of std::initi...Sebastian Redl
2012-02-19Add a testcase for using objects with list-constructors, and fix a Sema crash...Sebastian Redl
2012-02-19Add a testcase to show that temporaries from the initializer list are destroy...Sebastian Redl
2012-02-17Basic code generation support for std::initializer_list.Sebastian Redl