Age | Commit message (Expand) | Author |
---|---|---|
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 |