| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | If the element type of an initializer list has a destructor, make sure we che... | Sebastian Redl | 2012-03-05 | 1 | -0/+18 |
| * | CodeGen support for global variables of type std::initializer_list<X>. | Sebastian Redl | 2012-02-25 | 1 | -15/+32 |
| * | Harden test against for operator new(unsigned int). | Benjamin Kramer | 2012-02-19 | 1 | -1/+1 |
| * | Make heap-allocation of std::initializer_list 'work'. | Sebastian Redl | 2012-02-19 | 1 | -0/+20 |
| * | Make std::initializer_list member initializers 'work'. | Sebastian Redl | 2012-02-19 | 1 | -0/+31 |
| * | Get recursive initializer lists to work and add a test. Codegen of std::initi... | Sebastian Redl | 2012-02-19 | 1 | -0/+28 |
| * | Add a testcase for using objects with list-constructors, and fix a Sema crash... | Sebastian Redl | 2012-02-19 | 1 | -1/+29 |
| * | Add a testcase to show that temporaries from the initializer list are destroy... | Sebastian Redl | 2012-02-19 | 1 | -0/+30 |
| * | Basic code generation support for std::initializer_list. | Sebastian Redl | 2012-02-17 | 1 | -0/+80 |

