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