| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
resolving an overloaded function reference within an initializer list.
Previously we would try to resolve the overloaded function reference without
first stripping off the InitListExpr wrapper.
llvm-svn: 172517
|
|
|
|
|
|
| |
which creates a temporary by calling a constructor.
llvm-svn: 155608
|
|
|
|
| |
llvm-svn: 152231
|
|
|
|
|
|
| |
distinguish between list and parens form. This allows us to correctly diagnose the last test cases from litb.
llvm-svn: 150343
|
|
|
|
|
|
| |
initializer lists.
llvm-svn: 145769
|
|
This supports single-element initializer lists for references according to DR1288, as well as creating temporaries and binding to them for other initializer lists.
llvm-svn: 145186
|