| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
DR61 affirms that expressions containing unresolved member access should
be disallowed when performing "address of" operations.
llvm-svn: 183723
|
|
|
|
|
|
|
|
|
| |
determine which member function would be the callee from within the template
definition, don't pass that function as a "non-member function" to
CreateOverloadedBinOp. Instead, just rely on it to select the member function
for itself.
llvm-svn: 168818
|
|
|
|
|
|
|
|
|
| |
and we resolve it to a specific function based on the type which it's used as,
don't forget to mark it as referenced.
Fixes a regression introduced in r167514.
llvm-svn: 167918
|
|
miscompile reduction. Clang already handles this correctly, but let's make sure
it stays that way.
llvm-svn: 103463
|