Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-23 | Improve unexpanded parameter pack diagnostics by using UPPC_Initializer here. | Peter Collingbourne | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142756 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2011-09-24 | Correctly parse braced member initializers (even in delayed parsing) and ↵ | Sebastian Redl | |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140460 91177308-0d34-0410-b5e6-96231b3b80d8 |