Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XFAILing new test on C++03 | Ben Craig | 2016-04-19 | 1 | -0/+1 |
| | | | | | | initializer_list doesn't exist in C++03. llvm-svn: 266820 | ||||
* | Include initializer_list from utility | Ben Craig | 2016-04-19 | 1 | -0/+20 |
The C++11 and C++14 standards both say in the header <utility> synopsis that <utility> shall include <initializer_list>. llvm-svn: 266808 |