summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/MultiInitializer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Correctly parse braced member initializers (even in delayed parsing) and ↵Sebastian Redl2011-09-241-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
OpenPOWER on IntegriCloud