commit | 0009fcc39e19e1576495533f06e980acc0a954fd | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Tue Apr 26 20:42:42 2011 +0000 |
committer | John McCall <rjmccall@apple.com> | Tue Apr 26 20:42:42 2011 +0000 |
tree | 951bcaea4ed6e770a431362d0d8954be2ce5d9b2 | |
parent | 1b06c71668183c30c54704ed02a0071318295481 [diff] |
Make yet another placeholder type, this one marking that an expression is a bound member function, i.e. something of the form 'x.f' where 'f' is a non-static member function. Diagnose this in the general case. Some of the new diagnostics are probably worse than the old ones, but we now get this right much more universally, and there's certainly room for improvement in the diagnostics. llvm-svn: 130239