Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fixups for auto deduction of initializer lists. | Sebastian Redl | 2012-01-23 | 1 | -0/+5 |
| | | | | | | | | Fix some review comments. Add a test for deduction when std::initializer_list isn't available yet. Fix redundant error messages. This fixes and outstanding FIXME too. llvm-svn: 148735 | ||||
* | Auto deduction support for std::initializer_list, including for-range ↵ | Sebastian Redl | 2012-01-17 | 1 | -0/+8 |
| | | | | | | | | support. This means you can now write: for (int i : {1, 4, 512, 23, 251}) {} llvm-svn: 148353 | ||||
* | Template argument deduction for std::initializer_list arguments from ↵ | Sebastian Redl | 2012-01-17 | 1 | -0/+22 |
| | | | | | | initializer lists. llvm-svn: 148352 | ||||
* | Basic overloading support for std::initializer_list. | Sebastian Redl | 2012-01-17 | 1 | -0/+29 |
| | | | | llvm-svn: 148350 | ||||
* | Sema support for initialization of std::initializer_list from initializer lists. | Sebastian Redl | 2012-01-17 | 1 | -0/+60 |
This does not yet support CodeGen. llvm-svn: 148349 |