summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx0x-initializer-stdinitializerlist.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixups for auto deduction of initializer lists.Sebastian Redl2012-01-231-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 Redl2012-01-171-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 Redl2012-01-171-0/+22
| | | | | | initializer lists. llvm-svn: 148352
* Basic overloading support for std::initializer_list.Sebastian Redl2012-01-171-0/+29
| | | | llvm-svn: 148350
* Sema support for initialization of std::initializer_list from initializer lists.Sebastian Redl2012-01-171-0/+60
This does not yet support CodeGen. llvm-svn: 148349
OpenPOWER on IntegriCloud