| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Parse brace initializers as default arguments. PR12236. | Sebastian Redl | 2012-03-14 | 1 | -0/+7 |
| | | | | | llvm-svn: 152721 | ||||
| * | Single- and zero-element initializer lists to scalars are ↵ | Sebastian Redl | 2012-02-28 | 1 | -0/+42 |
| | | | | | | | list-initializations. Fixes PR12118. llvm-svn: 151666 | ||||
| * | Accept braced-init-lists in conditions, and, in passing, dramatically improve | Richard Smith | 2012-02-22 | 1 | -0/+2 |
| | | | | | | | the diagnostic for using a parenthesized direct-initializer in a condition. llvm-svn: 151137 | ||||
| * | Proper initializer list support for new expressions and type construct ↵ | Sebastian Redl | 2012-02-12 | 1 | -1/+3 |
| | | | | | | | expressions. Array new still missing. llvm-svn: 150346 | ||||
| * | Change the way we store initialization kinds so that all direct inits can ↵ | Sebastian Redl | 2012-02-12 | 1 | -0/+5 |
| | | | | | | | distinguish between list and parens form. This allows us to correctly diagnose the last test cases from litb. llvm-svn: 150343 | ||||
| * | Sema support for initialization of std::initializer_list from initializer lists. | Sebastian Redl | 2012-01-17 | 1 | -1/+0 |
| | | | | | | | This does not yet support CodeGen. llvm-svn: 148349 | ||||
| * | Implement overload resolution from init lists for scalar parameter types. | Sebastian Redl | 2011-10-16 | 1 | -1/+21 |
| | | | | | llvm-svn: 142148 | ||||
| * | Prove that non-overloaded function calls using init list arguments work. | Sebastian Redl | 2011-10-16 | 1 | -0/+5 |
| | | | | | llvm-svn: 142144 | ||||
| * | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
| * | Correctly parse braced member initializers (even in delayed parsing) and ↵ | Sebastian Redl | 2011-09-24 | 1 | -0/+34 |
| correctly pass the information on to Sema. There's still an incorrectness in the way template instantiation works now, but that is due to a far larger underlying representational problem. Also add a test case for various list initialization cases of scalars, which test this commit as well as the previous one. llvm-svn: 140460 | |||||

