Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve unexpanded parameter pack diagnostics by using UPPC_Initializer here. | Peter Collingbourne | 2011-10-23 | 1 | -2/+3 |
| | | | | llvm-svn: 142756 | ||||
* | Correctly parse braced member initializers (even in delayed parsing) and ↵ | Sebastian Redl | 2011-09-24 | 1 | -0/+92 |
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 |