Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fixups for auto deduction of initializer lists. | Sebastian Redl | 2012-01-23 | 1 | -0/+5 |
* | Auto deduction support for std::initializer_list, including for-range support... | Sebastian Redl | 2012-01-17 | 1 | -0/+8 |
* | Template argument deduction for std::initializer_list arguments from initiali... | Sebastian Redl | 2012-01-17 | 1 | -0/+22 |
* | Basic overloading support for std::initializer_list. | Sebastian Redl | 2012-01-17 | 1 | -0/+29 |
* | Sema support for initialization of std::initializer_list from initializer lists. | Sebastian Redl | 2012-01-17 | 1 | -0/+60 |